X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fskel%2F.zshrc;h=948fd37b1d5ac266f440ef9eebebc44d2a799abd;hb=74a8efd0172e2468ee055a019f14706276758c7d;hp=8695b4dbe9a42fe323715318389fd0c736202d75;hpb=016955c64b5c7a1c90af47a1a26ffe466736a12b;p=grml-etc-core.git diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index 8695b4d..948fd37 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -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 ## @@ -181,6 +184,7 @@ fi #alias -g G='|grep' #alias -g H='|head' #alias -g Hl=' --help |& less -r' +#alias -g J='|jq' #alias -g K='|keep' #alias -g L='|less' #alias -g LL='|& less -r'