Merge branch 'develop'

This commit is contained in:
2021-12-15 11:03:59 -05:00

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