X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=6b42e00fd3d29749f50067c83d913a273620fc2f;hb=ed1f9a76ba51577db80a50484ec772851ec3b50a;hp=e0bf4c76a737f9aeb105b796c5eb4e1635c87ef5;hpb=9598f48f59d3ad70faac00f5c4c9466d28591a7e;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index e0bf4c7..6b42e00 100644 --- a/zsh/rc +++ b/zsh/rc @@ -340,7 +340,7 @@ if [[ $TERM == screen* || $TERM == xterm* || $TERM == rxvt* ]]; 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|c) ]] && return + [[ $program_name == (cd*|d|ls|l|la|ll|clear|c) ]] && return # Change my shortcuts so the real name of the program is displayed. case $program_name in @@ -613,7 +613,7 @@ fi # LOAD ADDITIONAL CONFIGURATION FILES -source_config ~/.zsh.rc.local +source_config ~/.zsh/rc.local # RUN COMMANDS