zshrc: fix typo in top10
authorBernhard Tittelbach <bernhard@tittelbach.org>
Fri, 8 Jul 2011 10:57:50 +0000 (12:57 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 21 Jul 2011 09:01:54 +0000 (11:01 +0200)
etc/zsh/zshrc

index 9c6fd94..7194610 100644 (file)
@@ -2280,7 +2280,7 @@ if ! check_com asc &>/dev/null ; then
 fi
 
 # get top 10 shell commands:
-alias top10='print -l ${(o)history%% *} | uniq -c | sort -nr | head -n 10'
+alias top10='print -l ${(o)history%% *} | uniq -c | sort -nr | head -n 10'
 
 # truecrypt; use e.g. via 'truec /dev/ice /mnt/ice' or 'truec -i'
 if check_com -c truecrypt ; then