From 2883b26b545153c1c5da87a3244af9518420b025 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 21 Jun 2010 14:51:47 +0200 Subject: [PATCH] zsh/rc: Minor documentation fix. --- zsh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/rc b/zsh/rc index 4620ef4..b0da578 100644 --- a/zsh/rc +++ b/zsh/rc @@ -373,7 +373,7 @@ if [[ $TERM == screen* || $TERM == xterm* || $TERM == rxvt* ]]; then # in the term/outer screen. if [[ $program_name == @screen ]]; then program_name="@:${$(hostname)//.*/}" - # Use "@:!hostname" for root commands. + # Use "@:!hostname" for root screens. elif [[ $program_name == @!screen ]]; then program_name="@:!${$(hostname)//.*/}" fi -- 2.44.2