X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fskel%2F.zshrc;h=37642a3687832527a497056415797a301d75bb12;hb=bcb3ffa352f95ae1575cb2e02362cc22fba8c2a1;hp=ddb49c0bce22bbc5f4be0dcbe9f55e16ff2c3117;hpb=89815decd679018738e7c71f5eecf26c969f12db;p=grml-etc-core.git diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index ddb49c0..37642a3 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -104,6 +104,9 @@ fi ## add `|' to output redirections in the history #setopt histallowclobber +## try to avoid the 'zsh: no matches found...' +#setopt nonomatch + ## warning if file exists ('cat /dev/null > ~/.zshrc') #setopt NO_clobber @@ -119,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 ##