From: Simon Ruderich Date: Mon, 21 Jun 2010 12:51:47 +0000 (+0200) Subject: zsh/rc: Minor documentation fix. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=2883b26b545153c1c5da87a3244af9518420b025;p=config%2Fdotfiles.git zsh/rc: Minor documentation fix. --- 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