This commit is contained in:
Riley Housden 2022-06-25 00:09:01 -04:00
parent e0488cf830
commit 0f5bbd78ad
Signed by: InValidFire
GPG key ID: 0D6208F6DF56B4D8
5 changed files with 46 additions and 7 deletions

View file

@ -6,15 +6,12 @@ elif $HOSTNAME == "riley-server":
elif $HOSTNAME == "riley-desktop":
$PROMPT = '{RED} >< {RESET}| {BOLD_GREEN}{cwd_base}{RESET} ) '
$XONSH_COLOR_STYLE = 'default'
xontrib load argcomplete autovox jedi z bashisms
xontrib load argcomplete autovox jedi z bashisms jds
source "~/xsh/functions.xsh"
source "~/xsh/exceptions.xsh"
source "~/xsh/aliases.xsh"
# TODO: Fix with Arch-based distros
# import addins # my extra stuffs :p
# Windows Subsystem for Linux stuff
if in_wsl():
$GPG_TTY=$(tty) # allows gpg to work inside WSL