bash: don't explicitly set checkwinsize (#8182)
checkwinsize is enabled by default since bash5. It's not much hassle if enabled, but it's not necessary anymore and it conflicts if attempting to piggy-back on .bashrc with other kinda-compatible shells (e.g. osh). bash5 is default for a couple of years already, and there is no bash4 in there at all
This commit is contained in:
parent
125e40fa68
commit
381f4f8a3a
2 changed files with 0 additions and 5 deletions
|
|
@ -114,10 +114,6 @@ in
|
|||
# Append to history file rather than replacing it.
|
||||
"histappend"
|
||||
|
||||
# check the window size after each command and, if
|
||||
# necessary, update the values of LINES and COLUMNS.
|
||||
"checkwinsize"
|
||||
|
||||
# Extended globbing.
|
||||
"extglob"
|
||||
"globstar"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue