diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ elif [ -d "$HOME/.zplug" ]; then export ZPLUG_INSTALLED="y" source "$HOME/.zplug/init.zsh" fi +[ -z "$XDG_CONFIG_HOME" ] && XDG_CONFIG_HOME="$HOME/.config" HISTFILE="$XDG_CONFIG_HOME/zsh/hist" SAVEHIST=1000 HISTSIZE=1000 |