]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/rc
shell/rc: minor documentation update
[config/dotfiles.git] / shell / rc
index dcb4cc16d5ddae0281b1b9bb81606c929d063bee..d0261bbae3c65d61602328506034568c163c596b 100644 (file)
--- a/shell/rc
+++ b/shell/rc
@@ -1,6 +1,6 @@
 # Shell configuration file.
 
-# Copyright (C) 2013  Simon Ruderich
+# Copyright (C) 2013-2014  Simon Ruderich
 #
 # This file is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -24,9 +24,9 @@ else
     umask 077
 fi
 
-# Disable flow control (^s ^q). I use GNU Screen/Tmux which also supports this
-# in a similar way (entering copy mode) and enabling flow control by accident
-# is annoying.
+# Disable flow control (^s and ^q). I use GNU Screen/Tmux which also supports
+# this in a similar way (entering copy mode) and enabling flow control by
+# accident is annoying.
 if test -t 0; then
     stty -ixon -ixoff
 fi