diff options
| -rw-r--r-- | dot_config/zsh/zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/zsh/zprofile b/dot_config/zsh/zprofile index a9dbf47..9fdd008 100644 --- a/dot_config/zsh/zprofile +++ b/dot_config/zsh/zprofile @@ -9,7 +9,7 @@ if [ "${HISTSIZE:-30}" = 30 ]; then HISTSIZE=5000 SAVEHIST=10000 fi -export EDITOR HISTFILE PAGER +export EDITOR PAGER setopt nullglob path=(~/bin ~/.local/share/sh ~/.local/*/bin /opt/*/bin {/usr,}{/local,}/{s,}bin) |
