rearrange folder structure
This commit is contained in:
parent
997d1ee4de
commit
e0488cf830
19 changed files with 5 additions and 9 deletions
6
.xonshrc
6
.xonshrc
|
@ -8,9 +8,9 @@ elif $HOSTNAME == "riley-desktop":
|
|||
$XONSH_COLOR_STYLE = 'default'
|
||||
xontrib load argcomplete autovox jedi z bashisms
|
||||
|
||||
source "functions.xsh"
|
||||
source "exceptions.xsh"
|
||||
source "aliases.xsh"
|
||||
source "~/xsh/functions.xsh"
|
||||
source "~/xsh/exceptions.xsh"
|
||||
source "~/xsh/aliases.xsh"
|
||||
|
||||
# TODO: Fix with Arch-based distros
|
||||
# import addins # my extra stuffs :p
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue