From f6ae8dba8c49ab83cae5872b45ea1eb37869b0d5 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 27 Oct 2012 08:15:44 -0400 Subject: [PATCH] .bashrc: point people to bash(1) fir shopt details --- src/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2