more history please

This commit is contained in:
Felix Van der Jeugt 2021-10-11 09:45:48 +02:00
parent 6a1d41d37d
commit dd591547dc
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 3 additions and 2 deletions

5
yashrc
View File

@ -11,9 +11,10 @@ if command --identify --builtin-command bindkey >/dev/null; then
fi fi
# arrange history # arrange history
set --hist-space
HISTFILE=~/.yash_history HISTFILE=~/.yash_history
HISTSIZE=10000 HISTSIZE=50000
HISTRMDUP=10000 HISTRMDUP=50000
# Get ourselves a nice prompt # Get ourselves a nice prompt
ks() { s="$?" ; $* ; return "$s" ; } ks() { s="$?" ; $* ; return "$s" ; }