Added shell export

This commit is contained in:
2021-12-15 11:03:47 -05:00
parent a373a5ab37
commit a69ebd4b07

View File

@@ -3,6 +3,9 @@
HISTSIZE=200
HISTFILE=$ZDOTDIR/history
# shell
export SHELL="$(which zsh)"
# Allow useful scripts in ~/.bin to be in the search path.
export PATH=~/.bin:$PATH