modify ps1 variable
This commit is contained in:
parent
18821b3092
commit
c0a0905021
1 changed files with 4 additions and 1 deletions
5
.xonshrc
5
.xonshrc
|
@ -1,5 +1,8 @@
|
|||
# general shit
|
||||
$PROMPT = '{RED} <3 {RESET}| {BOLD_GREEN}{cwd_base}{RESET} ) '
|
||||
if $HOSTNAME != "riley-laptop":
|
||||
$PROMPT = '<> {RESET}| {BOLD_GREEN}{cwd_base}{RESET}'
|
||||
else:
|
||||
$PROMPT = '{RED} <3 {RESET}| {BOLD_GREEN}{cwd_base}{RESET} ) '
|
||||
$XONSH_COLOR_STYLE = 'default'
|
||||
xontrib load apt_tabcomplete argcomplete autovox jedi z
|
||||
|
||||
|
|
Loading…
Reference in a new issue