Fix the duplicates in history search

This commit is contained in:
Cyryl Płotnicki 2019-06-30 18:20:01 +01:00
parent e65063eb18
commit 0bad069360

View file

@ -34,6 +34,7 @@
SPACESHIP_EXIT_CODE_SHOW=true
SPACESHIP_VI_MODE_SHOW=false
SPACESHIP_BATTERY_THRESHOLD=30
setopt HIST_IGNORE_ALL_DUPS
'';
sessionVariables = { TERM="xterm-256color"; EDITOR="vim"; VISUAL="vim"; PAGER="less"; ZSH_TMUX_AUTOSTART=true; };
shellAliases = { tmate = "tmux detach-client -E 'tmate;tmux'"; };