X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=77b9f3cd047ad6907c786c7bc5a2e1245b406bd8;hb=25a51e73e249fbb0fc4e0d904abbbb458f741cf5;hp=3e3be66c705cc1791e4961ffdb8442f8b434f2fd;hpb=e7a3c318b08b49226645028285f1a245484b319a;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index 3e3be66..77b9f3c 100644 --- a/zsh/rc +++ b/zsh/rc @@ -195,7 +195,7 @@ if [[ $TERM == screen* || $TERM == xterm* ]]; then # Ignore often used commands which are only running for a very short # time. This prevents a "blinking" name when it's changed to "cd" for # example and then some milliseconds later back to "zsh". - [[ $program_name == (cd*|ls|la|ll|clear) ]] && return + [[ $program_name == (cd*|ls|la|ll|clear|c) ]] && return # Change my shortcuts so the real name of the program is displayed. case $program_name in @@ -365,6 +365,7 @@ alias -g ....='../../..' alias -g .....='../../../..' # Shortcuts for often used programs. +alias c='clear' alias e='elinks' alias g='git' alias m='mutt'