From 71d37d2333e9bd518739c3868327d6037a43ee47 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 8 Jan 2022 01:03:39 +0100 Subject: update zsh config --- roles/core/zsh/files/zshrc.skel | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles/core/zsh/files/zshrc.skel') 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 ## -- cgit v1.2.3