Separate history

This commit is contained in:
Loic Nageleisen 2021-08-10 13:55:58 +02:00
parent 2b5dd25814
commit 4f13e3f491
Signed by: lloeki
GPG key ID: 971B4D9F125CD31E
2 changed files with 0 additions and 4 deletions

View file

@ -13,7 +13,4 @@ export HISTCONTROL=ignoreboth
# more!
export HISTSIZE=10000
# file
export HISTFILE=~/.history
# vim: ft=bash

View file

@ -7,7 +7,6 @@ setopt hist_verify
HISTSIZE=100000
SAVEHIST=100000
HISTFILE=~/.history
HISTORY_IGNORE="(^ +|ls|bg|fg|pwd|exit|cd ..)"
# vim: ft=zsh