From 1c1e09af3dc2e763aeec0636b319e83d114697ff Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 3 Apr 2014 10:09:25 +0200 Subject: [PATCH] shell/rc: minor documentation update --- shell/rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shell/rc b/shell/rc index dcb4cc1..d0261bb 100644 --- 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 -- 2.43.2