projects
/
dotfiles-public.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f563709
)
.bashrc: point people to bash(1) fir shopt details
author
W. Trevor King
<wking@tremily.us>
Sat, 27 Oct 2012 12:15:44 +0000
(08:15 -0400)
committer
W. Trevor King
<wking@tremily.us>
Sat, 27 Oct 2012 12:15:44 +0000
(08:15 -0400)
src/.bashrc
patch
|
blob
|
history
diff --git
a/src/.bashrc
b/src/.bashrc
index 1dfa9c82d09874443a87009e7e88743fb59c4dba..a83c50b9cee3fac872dbdad4fa9ab889406daafb 100644
(file)
--- 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