From 2d8fe086c3fe68dde16e41d892d6b5e6ba97cab9 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 20 Dec 2016 19:10:57 +0100 Subject: CMove histsize/savehist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- zsh/zprofile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zsh/zprofile') diff --git a/zsh/zprofile b/zsh/zprofile index b8901b2..88c1ee7 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -8,6 +8,8 @@ export XDG_CACHE_HOME="$HOME"/.cache export XDG_CONFIG_HOME="$HOME"/.config export XDG_DATA_HOME="$HOME"/.local/share +export HISTSIZE=500000 +export SAVEHIST=600000 export HISTFILE="$XDG_CACHE_HOME"/zsh/history # Program homedir overrides @@ -56,3 +58,5 @@ fi if [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then exec startx "$XDG_CONFIG_HOME"/X11/xinitrc -- -keeptty -configdir "$XDG_CONFIG_HOME"/X11/xorg.conf.d fi + +# vim: set ft=zsh: -- cgit v1.2.3-54-g00ecf