From: Bernhard Tittelbach Date: Fri, 8 Jul 2011 10:57:50 +0000 (+0200) Subject: zshrc: fix typo in top10 X-Git-Tag: v0.4.00~26 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=77228e23895a45001ce1d06e1fd681f14c730175 zshrc: fix typo in top10 --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 9c6fd94..7194610 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -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