From 7dd54dfed63769d41326e9ef6c092a6d436df6d4 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 16 Mar 2014 18:29:35 +0100 Subject: [PATCH] zsh/rc: update alias expansion in window titles --- zsh/rc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.44.1