diff options
Diffstat (limited to 'zsh/zprofile')
-rw-r--r-- | zsh/zprofile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/zsh/zprofile b/zsh/zprofile index dbe274c..14de233 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -12,10 +12,6 @@ if [[ -z "$XDG_RUNTIME_DIR" ]] && [[ -d /run/user/"$UID" ]] && [[ -w /run/user/" export XDG_RUNTIME_DIR=/run/user/"$UID" fi -export HISTSIZE=500000 -export SAVEHIST=600000 -export HISTFILE="$XDG_CACHE_HOME"/zsh/history - # Program homedir overrides export MPV_HOME="$XDG_CONFIG_HOME"/mpv export GNUPGHOME="$XDG_CONFIG_HOME"/gnupg |