diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2018-08-26 20:47:26 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2018-08-26 20:47:26 +0200 |
commit | fcdd1d26943b0a27eb85110ca515cb60ea4cd280 (patch) | |
tree | 6c64384201f81c891620d33975dc6217f82cf736 /zsh/zshrc | |
parent | 1c6f1de9b6246981e492dfd5180cedb6e5c97796 (diff) | |
download | dotfiles-fcdd1d26943b0a27eb85110ca515cb60ea4cd280.tar.xz |
zsh: Move HISTSIZE/HISTFILE back to zshrc
I don't even remember why I moved it.
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'zsh/zshrc')
-rw-r--r-- | zsh/zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +HISTSIZE=500000 +SAVEHIST=600000 +HISTFILE="$XDG_DATA_HOME"/zsh/history + fpath+=("$XDG_CONFIG_HOME/zsh/themes") zstyle :compinstall filename "$ZDOTDIR"/.zshrc |