diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-07 16:04:45 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-07 16:04:45 -0200 |
commit | b5f091c81b470d413c93ab8edb1aa65eef89f866 (patch) | |
tree | 75df6e734ca4caba7e1c8cdc06f884523494c585 /zshrc.dot.link | |
parent | 39397c0b52950fa7f27283a20d9ac3bf321b0ce8 (diff) | |
download | profile-b5f091c81b470d413c93ab8edb1aa65eef89f866.tar.gz profile-b5f091c81b470d413c93ab8edb1aa65eef89f866.tar.bz2 |
Do not set sharehistory
Diffstat (limited to 'zshrc.dot.link')
-rw-r--r-- | zshrc.dot.link | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zshrc.dot.link b/zshrc.dot.link index 81555b0..4c7da7c 100644 --- a/zshrc.dot.link +++ b/zshrc.dot.link @@ -7,7 +7,8 @@ autoload -U colors && colors PROMPT="%(?.%{$fg[green]%}.%{$fg[red]%})%? %{$fg[cyan]%}$(date +%Y%m%d) %* %{$fg[yellow]%}%n@%m%{$reset_color%}:%{$fg[cyan]%}%~%{$reset_color%} %# " # Set history -setopt histignorealldups sharehistory +#setopt histignorealldups sharehistory +setopt histignorealldups # Use emacs keybindings even if our EDITOR is set to vi bindkey -e |