.bashrc.d/00environment: Set GOPATH and GOBIN
[dotfiles-public.git] / src / .bashrc
index 1dfa9c82d09874443a87009e7e88743fb59c4dba..a83c50b9cee3fac872dbdad4fa9ab889406daafb 100644 (file)
@@ -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