From: Simon Ruderich Date: Fri, 23 Apr 2010 10:24:47 +0000 (+0200) Subject: zsh/rc: Fix wrong handling of vi in title code. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=inline;h=d80ed1b80a1edd0a9f2aa5525e9ca57f360aad54;p=config%2Fdotfiles.git zsh/rc: Fix wrong handling of vi in title code. vi and vim (v) are different! --- diff --git a/zsh/rc b/zsh/rc index 73cf71a..1d61d6e 100644 --- a/zsh/rc +++ b/zsh/rc @@ -271,7 +271,7 @@ if [[ $TERM == screen* || $TERM == xterm* || $TERM == rxvt* ]]; then m) program_name=mutt ;; - v|vi) + v) program_name=vim ;; esac