update
This commit is contained in:
parent
e0488cf830
commit
0f5bbd78ad
5 changed files with 46 additions and 7 deletions
5
.xonshrc
5
.xonshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue