aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-07 16:04:45 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-07 16:04:45 -0200
commitb5f091c81b470d413c93ab8edb1aa65eef89f866 (patch)
tree75df6e734ca4caba7e1c8cdc06f884523494c585
parent39397c0b52950fa7f27283a20d9ac3bf321b0ce8 (diff)
downloadprofile-b5f091c81b470d413c93ab8edb1aa65eef89f866.tar.gz
profile-b5f091c81b470d413c93ab8edb1aa65eef89f866.tar.bz2
Do not set sharehistory
-rw-r--r--zshrc.dot.link3
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