X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=1c840f09ef274444d70d5768a0216ea277403739;hb=4c988207d6fdbe434bd5554ccd27a1f4be5b5a1c;hp=e0e84e69ad2bbe737f7d5eacedc60af275cf8b68;hpb=ef25f1d22fdc28d35eb3dd0fca5570d5b16506ce;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index e0e84e6..1c840f0 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -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 @@ -2236,12 +2233,6 @@ alias da='du -sch' #a2# Execute \kbd{jobs -l} alias j='jobs -l' -# compile stuff -#a2# Execute \kbd{./configure} -alias CO="./configure" -#a2# Execute \kbd{./configure --help} -alias CH="./configure --help" - # listing stuff #a2# Execute \kbd{ls -lSrah} alias dir="ls -lSrah"