diff options
Diffstat (limited to 'custom/overlay')
| -rw-r--r-- | custom/overlay/root/.zshrc | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/custom/overlay/root/.zshrc b/custom/overlay/root/.zshrc index 109fd9e..cbc05e4 100644 --- a/custom/overlay/root/.zshrc +++ b/custom/overlay/root/.zshrc @@ -9,3 +9,8 @@ setopt interactivecomments  autoload -Uz promptinit  promptinit  prompt bart + +HISTFILE=~/.histfile +HISTSIZE=1000 +SAVEHIST=1000 +setopt appendhistory  | 
