]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: Minor documentation fix.
authorSimon Ruderich <simon@ruderich.org>
Mon, 21 Jun 2010 12:51:47 +0000 (14:51 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 21 Jun 2010 12:51:47 +0000 (14:51 +0200)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index 4620ef4ac62e6fc378426cac382598af970ad5b8..b0da57812b5033f6511e5314cdf08e80dd9161d8 100644 (file)
--- 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