From: Simon Ruderich Date: Sun, 16 Mar 2014 17:29:35 +0000 (+0100) Subject: zsh/rc: update alias expansion in window titles X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=7dd54dfed63769d41326e9ef6c092a6d436df6d4;p=config%2Fdotfiles.git zsh/rc: update alias expansion in window titles --- diff --git a/zsh/rc b/zsh/rc index ece0a2d..b6c359c 100644 --- a/zsh/rc +++ b/zsh/rc @@ -528,11 +528,17 @@ if [[ $TERM == screen* || $TERM == xterm* || $TERM == rxvt* ]]; then program_name=git ;; m) - program_name=mutt + program_name=make + ;; + p) + program_name=less ;; v) program_name=vim ;; + mu) + program_name=mutt + ;; esac # Add an exclamation mark at the beginning if running with sudo or if