mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
zsh history: ignore space
This commit is contained in:
parent
d6926f7bbf
commit
dd447311b9
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
# ignore sequential duplicates
|
# ignore sequential duplicates
|
||||||
setopt hist_ignore_dups
|
setopt hist_ignore_dups
|
||||||
|
setopt hist_ignore_space
|
||||||
|
|
||||||
# keep 1000 lines of history within the shell and save it to ~/.zsh_history:
|
# keep 1000 lines of history within the shell and save it to ~/.zsh_history:
|
||||||
HISTSIZE=1000
|
HISTSIZE=1000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue