]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
shell/rc: minor documentation update
authorSimon Ruderich <simon@ruderich.org>
Thu, 3 Apr 2014 08:09:25 +0000 (10:09 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 29 Apr 2014 13:22:35 +0000 (15:22 +0200)
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