]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: Fix typo in documentation.
authorSimon Ruderich <simon@ruderich.org>
Wed, 29 Aug 2012 16:30:34 +0000 (18:30 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 29 Aug 2012 16:30:34 +0000 (18:30 +0200)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index 8cc5d4ddd90ba46d897ac0bee357b92daf204fc2..92aebe723efbcbe2049481e76471fb913bf2684e 100644 (file)
--- 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'