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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user