From 474d1e65dcc25c83a6af4710bef2ef5e101afef3 Mon Sep 17 00:00:00 2001 From: Salyrus Date: Tue, 14 Dec 2021 10:22:42 +0100 Subject: [PATCH] Updated zshrc. --- zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 0e8dfb8..12b5ea1 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -2,13 +2,13 @@ PS1="%F{green}%~%f %F{white}ยป%f " +# History settings. HISTFILE=~/.cache/zsh/histfile HISTSIZE=1000 SAVEHIST=2500 -zstyle :compinstall filename '/home/pim/.zshrc' - # Load autocompletion & include hidden dotfiles. +zstyle :compinstall filename '/home/pim/.zshrc' zstyle ':completion:*' menu select zmodload zsh/complist autoload -Uz compinit