mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Use common history
This commit is contained in:
parent
64e786dbde
commit
40bca78da2
2 changed files with 4 additions and 1 deletions
|
|
@ -13,4 +13,7 @@ export HISTCONTROL=ignoreboth
|
||||||
# more!
|
# more!
|
||||||
export HISTSIZE=10000
|
export HISTSIZE=10000
|
||||||
|
|
||||||
|
# file
|
||||||
|
export HISTFILE=~/.history
|
||||||
|
|
||||||
# vim: ft=bash
|
# vim: ft=bash
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ setopt hist_verify
|
||||||
|
|
||||||
HISTSIZE=100000
|
HISTSIZE=100000
|
||||||
SAVEHIST=100000
|
SAVEHIST=100000
|
||||||
HISTFILE=~/.zsh_history
|
HISTFILE=~/.history
|
||||||
HISTORY_IGNORE="(^ +|ls|bg|fg|pwd|exit|cd ..)"
|
HISTORY_IGNORE="(^ +|ls|bg|fg|pwd|exit|cd ..)"
|
||||||
|
|
||||||
# vim: ft=zsh
|
# vim: ft=zsh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue