X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fzsh%2Fzshrc;h=7194610f32971711b38f999bbf2da95b2193dff8;hb=77228e23895a45001ce1d06e1fd681f14c730175;hp=9c6fd94d044fbae654ebcea73d3125de7a996ada;hpb=515cabf5944aa1d1b31e71393d0cf38adc97782d;p=grml-etc-core.git 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