X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Frc;h=d0261bbae3c65d61602328506034568c163c596b;hb=b989d9f7f42034ee72f5458d04df1e224e6a3d50;hp=dcb4cc16d5ddae0281b1b9bb81606c929d063bee;hpb=0d325359d2f73d7918eac85a83fd219fa6c88009;p=config%2Fdotfiles.git 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