mirror of https://github.com/bjeanes/dotfiles.git
Change how CURRENT_SHELL works
parent
3ca7ecfaae
commit
5c4f8be9a5
|
@ -1,4 +1,4 @@
|
||||||
export CURRENT_SHELL=`which bash`
|
export CURRENT_SHELL="bash"
|
||||||
export DOT_FILES=$HOME/.config
|
export DOT_FILES=$HOME/.config
|
||||||
|
|
||||||
# All things that are both ZSH and Bash compatible
|
# All things that are both ZSH and Bash compatible
|
||||||
|
|
Loading…
Reference in New Issue