zshrc: Move `top10' alias to skel/.zshrc
[grml-etc-core.git] / etc / zsh / zshrc
index e0e84e6..94373e1 100644 (file)
@@ -1470,9 +1470,6 @@ if ! check_com asc &>/dev/null ; then
   compdef asc=ssh
 fi
 
-# get top 10 shell commands:
-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
     if isutfenv ; then