X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fskel%2F.zshrc;h=e9a6983fdf6031735cde7c0639c42ff6cb07ada9;hb=4c988207d6fdbe434bd5554ccd27a1f4be5b5a1c;hp=8e1b02505110aff152f35df419388be07d3ea620;hpb=fe25fa0be72344bacd156cf0da78784d3aadcf4a;p=grml-etc-core.git diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index 8e1b025..e9a6983 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -175,6 +175,15 @@ 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' + +## Execute \kbd{./configure} +#alias CO="./configure" + +## Execute \kbd{./configure --help} +#alias CH="./configure --help" + ## miscellaneous code ## ## Use a default width of 80 for manpages for more convenient reading