mirror of https://github.com/bjeanes/dotfiles.git
Dynamically figure out the DOT_FILES path
parent
ec096ac7cb
commit
400c715666
|
@ -1,5 +1,5 @@
|
|||
export CURRENT_SHELL="bash"
|
||||
export DOT_FILES=$HOME/.config
|
||||
export DOT_FILES=$(dirname $(dirname $(readlink $BASH_SOURCE)))
|
||||
|
||||
# All things that are both ZSH and Bash compatible
|
||||
source $DOT_FILES/shell/common.sh
|
||||
|
|
Loading…
Reference in New Issue