From 5ff79f8b7305155cd780493d68404b2e074d0f97 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 29 Aug 2012 18:30:34 +0200 Subject: [PATCH] zsh/rc: Fix typo in documentation. --- zsh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/rc b/zsh/rc index 8cc5d4d..92aebe7 100644 --- a/zsh/rc +++ b/zsh/rc @@ -625,7 +625,7 @@ fi # Make sure aliases are expanded when using sudo. alias sudo='sudo ' -# Global aliaes for often used redirections. +# Global aliases for often used redirections. alias -g E='2>&1' alias -g L='2>&1 | less' alias -g D='2>&1 | colordiff | less' -- 2.45.2