X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fskel%2F.zshrc;h=22f7e5e8806dc98a727d8ca7710be36bb1c76000;hb=c5743df23827548f147983d841f040a02d5ba60d;hp=8e1b02505110aff152f35df419388be07d3ea620;hpb=ef25f1d22fdc28d35eb3dd0fca5570d5b16506ce;p=grml-etc-core.git diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index 8e1b025..22f7e5e 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -175,6 +175,9 @@ fi #alias -g T='|tail' #alias -g V='| vim -' +## get top 10 shell commands: +#alias top10='print -l ${(o)history%% *} | uniq -c | sort -nr | head -n 10' + ## miscellaneous code ## ## Use a default width of 80 for manpages for more convenient reading