X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=f696a34f16efa20fe5bbf7d4c5c708e41ed498c5;hb=7462c890fb0ddcd28654e06ff8f8d378854a4f12;hp=be8e8f5c39e0c9043c24368877d42d258fa2216b;hpb=7c442e3d0aaa99822844838cd18a0a3b24892bbb;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index be8e8f5..f696a34 100644 --- a/zsh/rc +++ b/zsh/rc @@ -624,6 +624,8 @@ alias sudo='sudo ' # Global aliases for often used redirections. alias -g E='2>&1' +alias -g N='>/dev/null' +alias -g EN='2>/dev/null' alias -g L='2>&1 | less' alias -g LS='2>&1 | less -S' # -S prevents wrapping of long lines alias -g D='2>&1 | colordiff | less'