X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=6b42e00fd3d29749f50067c83d913a273620fc2f;hb=ed1f9a76ba51577db80a50484ec772851ec3b50a;hp=36de9bb1d860ad784fa6de918e2ea217b2f6771e;hpb=e22dba1101a1100a18007e6dd0bbde11c9681dfb;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index 36de9bb..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