add desktop PC

This commit is contained in:
Riley Housden 2022-02-01 23:24:26 -05:00
parent f5faaaa51b
commit 41ed4cf73c
Signed by: InValidFire
GPG Key ID: 0D6208F6DF56B4D8
1 changed files with 10 additions and 3 deletions

View File

@ -1,8 +1,10 @@
# general shit
if $HOSTNAME != "riley-laptop":
$PROMPT = '{RED} <> {RESET}| {BOLD_GREEN}{cwd_base}{RESET} ) '
else:
if $HOSTNAME == "riley-laptop":
$PROMPT = '{RED} <3 {RESET}| {BOLD_GREEN}{cwd_base}{RESET} ) '
elif $HOSTNAME == "riley-server":
$PROMPT = '{RED} <> {RESET}| {BOLD_GREEN}{cwd_base}{RESET} ) '
elif $HOSTNAME == "riley-desktop":
$PROMPT = '{RED} >< {RESET}| {BOLD_GREEN}{cwd_base}{RESET} ) '
$XONSH_COLOR_STYLE = 'default'
xontrib load argcomplete autovox jedi z bashisms
@ -167,6 +169,11 @@ aliases.update({
'l': '/home/riley/programs/light_controller/main.py'
})
if in_wsl():
aliases.update({
'wh': "cd /mnt/c/Users/Riley"
})
# man page colors :O
$LESS_TERMCAP_mb = "\033[01;31m" # begin blinking
$LESS_TERMCAP_md = "\033[01;31m" # begin bold