aboutsummaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 7d8a754..24f1ff0 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -29,6 +29,7 @@ setopt HIST_SAVE_NO_DUPS
29setopt INC_APPEND_HISTORY 29setopt INC_APPEND_HISTORY
30setopt SHARE_HISTORY 30setopt SHARE_HISTORY
31setopt HIST_IGNORE_ALL_DUPS 31setopt HIST_IGNORE_ALL_DUPS
32setopt HIST_IGNORE_SPACE
32 33
33source_file "$HOME/.opam/opam-init/init.zsh" 34source_file "$HOME/.opam/opam-init/init.zsh"
34 35