history no more in $ZSH

This commit is contained in:
Christoph J. Scherr 2023-02-16 16:27:02 +01:00
parent fbbe642326
commit 01089b42fc
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ function largefiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(G|T|P|E)\
export ZSH=$HOME/.zsh-server
### ---- history config -------------------------------------
export HISTFILE=$ZSH/.zsh_history
export HISTFILE=~/.zsh_history
# How many commands zsh will load to memory.
export HISTSIZE=10000

View File

@ -31,7 +31,7 @@ function largefiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(G|T|P|E)\
export ZSH=$HOME/.zsh
### ---- history config -------------------------------------
export HISTFILE=$ZSH/.zsh_history
export HISTFILE=~/.zsh_history
# How many commands zsh will load to memory.
export HISTSIZE=10000