diff --git a/zsh/.config/zsh/zsh-exports b/zsh/.config/zsh/zsh-exports index 027c0a6..52bf716 100644 --- a/zsh/.config/zsh/zsh-exports +++ b/zsh/.config/zsh/zsh-exports @@ -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