Fix loading of environment

This commit is contained in:
David Todd 2021-01-11 16:37:34 -06:00
parent 5260b6fb5d
commit 6b1a190e07
2 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# Include our shared environment stuff
source ~/dotfiles/home/shell/env
source ~/dotfiles/home/shell/aliases
source ~/dotfiles/home/shell/functions
source ~/.environment
source ~/.aliases
source ~/.functions
# Basic options
export HISTCONTROL=ignoredups

8
.zshrc
View File

@ -1,7 +1,7 @@
# Include our shared shell stuff
source ~/dotfiles/home/shell/env
source ~/dotfiles/home/shell/aliases
source ~/dotfiles/home/shell/functions
# Include our shared environment stuff
source ~/.environment
source ~/.aliases
source ~/.functions
# History Settings
export HISTIGNORE="&:ls:[bf]g:exit:reset:clear:cd:cd ..:cd..:replay"