Fix loading of environment
This commit is contained in:
6
.bashrc
6
.bashrc
@@ -1,7 +1,7 @@
|
|||||||
# Include our shared environment stuff
|
# Include our shared environment stuff
|
||||||
source ~/dotfiles/home/shell/env
|
source ~/.environment
|
||||||
source ~/dotfiles/home/shell/aliases
|
source ~/.aliases
|
||||||
source ~/dotfiles/home/shell/functions
|
source ~/.functions
|
||||||
|
|
||||||
# Basic options
|
# Basic options
|
||||||
export HISTCONTROL=ignoredups
|
export HISTCONTROL=ignoredups
|
||||||
|
8
.zshrc
8
.zshrc
@@ -1,7 +1,7 @@
|
|||||||
# Include our shared shell stuff
|
# Include our shared environment stuff
|
||||||
source ~/dotfiles/home/shell/env
|
source ~/.environment
|
||||||
source ~/dotfiles/home/shell/aliases
|
source ~/.aliases
|
||||||
source ~/dotfiles/home/shell/functions
|
source ~/.functions
|
||||||
|
|
||||||
# History Settings
|
# History Settings
|
||||||
export HISTIGNORE="&:ls:[bf]g:exit:reset:clear:cd:cd ..:cd..:replay"
|
export HISTIGNORE="&:ls:[bf]g:exit:reset:clear:cd:cd ..:cd..:replay"
|
||||||
|
Reference in New Issue
Block a user