Fix the duplicates in history search
This commit is contained in:
parent
e65063eb18
commit
0bad069360
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
||||||
SPACESHIP_EXIT_CODE_SHOW=true
|
SPACESHIP_EXIT_CODE_SHOW=true
|
||||||
SPACESHIP_VI_MODE_SHOW=false
|
SPACESHIP_VI_MODE_SHOW=false
|
||||||
SPACESHIP_BATTERY_THRESHOLD=30
|
SPACESHIP_BATTERY_THRESHOLD=30
|
||||||
|
setopt HIST_IGNORE_ALL_DUPS
|
||||||
'';
|
'';
|
||||||
sessionVariables = { TERM="xterm-256color"; EDITOR="vim"; VISUAL="vim"; PAGER="less"; ZSH_TMUX_AUTOSTART=true; };
|
sessionVariables = { TERM="xterm-256color"; EDITOR="vim"; VISUAL="vim"; PAGER="less"; ZSH_TMUX_AUTOSTART=true; };
|
||||||
shellAliases = { tmate = "tmux detach-client -E 'tmate;tmux'"; };
|
shellAliases = { tmate = "tmux detach-client -E 'tmate;tmux'"; };
|
||||||
|
|
Loading…
Reference in a new issue