summaryrefslogtreecommitdiff
path: root/roles/core/zsh/files/zshrc.skel
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-01-08 01:03:39 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-01-08 01:03:39 +0100
commit71d37d2333e9bd518739c3868327d6037a43ee47 (patch)
tree2ff77df7c405d82843398bd84763fbd038f9d8f5 /roles/core/zsh/files/zshrc.skel
parentsk-2019: move /var/backup to zfs (diff)
update zsh config
Diffstat (limited to 'roles/core/zsh/files/zshrc.skel')
-rw-r--r--roles/core/zsh/files/zshrc.skel3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/core/zsh/files/zshrc.skel b/roles/core/zsh/files/zshrc.skel
index 8695b4db..37642a36 100644
--- a/roles/core/zsh/files/zshrc.skel
+++ b/roles/core/zsh/files/zshrc.skel
@@ -122,6 +122,9 @@ fi
## Allow comments even in interactive shells
#setopt interactivecomments
+## if a new command line being added to the history list duplicates an older
+## one, the older command is removed from the list
+#is4 && setopt histignorealldups
## compsys related snippets ##