From: Simon Ruderich Date: Mon, 8 Nov 2010 20:12:30 +0000 (+0100) Subject: zsh/rc: Fix minor comment typo. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=inline;h=95f1afd4cd635de19f73165c7435511410bab008;p=config%2Fdotfiles.git zsh/rc: Fix minor comment typo. --- diff --git a/zsh/rc b/zsh/rc index bde815d..cc4e90a 100644 --- a/zsh/rc +++ b/zsh/rc @@ -617,7 +617,7 @@ source_config ~/.zsh/rc.local # RUN COMMANDS # If not already in screen reattach to a running session or create a new one. -# This also starts screen one a remote server when connecting through ssh. +# This also starts screen on a remote server when connecting through ssh. if [[ $TERM != dumb && $TERM != linux && -z $STY ]]; then # Get running detached sessions. session=$(screen -list | grep 'Detached' | awk '{ print $1; exit }')