From: W. Trevor King Date: Sat, 27 Oct 2012 12:15:44 +0000 (-0400) Subject: .bashrc: point people to bash(1) fir shopt details X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f6ae8dba8c49ab83cae5872b45ea1eb37869b0d5;p=dotfiles-public.git .bashrc: point people to bash(1) fir shopt details --- diff --git a/src/.bashrc b/src/.bashrc index 1dfa9c8..a83c50b 100644 --- a/src/.bashrc +++ b/src/.bashrc @@ -19,7 +19,7 @@ fi export HISTCONTROL=ignoreboth # check the window size after each command and, if necessary, -# update the values of LINES and COLUMNS. +# update the values of LINES and COLUMNS. See bash(1). shopt -s checkwinsize for FILE in ~/.bashrc.d/*; do