modify ps1 variable

This commit is contained in:
riley 2021-11-08 15:44:55 -05:00
parent 18821b3092
commit c0a0905021
1 changed files with 4 additions and 1 deletions

View File

@ -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