Use the correct path for shared shell config
I'm almost never in bash, so I didn't notice the paths were wrong
This commit is contained in:
parent
8e5e39a67d
commit
371d53f318
@ -1,7 +1,7 @@
|
|||||||
# Include our shared environment stuff
|
# Include our shared environment stuff
|
||||||
source ~/dotfiles/env
|
source ~/dotfiles/shell/env
|
||||||
source ~/dotfiles/aliases
|
source ~/dotfiles/shell/aliases
|
||||||
source ~/dotfiles/functions
|
source ~/dotfiles/shell/functions
|
||||||
|
|
||||||
# Basic options
|
# Basic options
|
||||||
export HISTCONTROL=ignoredups
|
export HISTCONTROL=ignoredups
|
||||||
|
Loading…
Reference in New Issue
Block a user