From 7e88a2ee8aba91e34b2b1c65aa9631b65e24d375 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 29 Aug 2012 18:31:46 +0200 Subject: [PATCH] zsh/rc: Add global alias LS (2>&1 | less -S). --- zsh/rc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/rc b/zsh/rc index 92aebe7..e3434ef 100644 --- a/zsh/rc +++ b/zsh/rc @@ -628,6 +628,7 @@ alias sudo='sudo ' # Global aliases for often used redirections. alias -g E='2>&1' 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' # Global aliases for often used commands in the command line. alias -g A='| awk' -- 2.44.2