.bashrc: Add check window size
This commit is contained in:
parent
8151b68bf2
commit
a13bf8bbde
4
.bashrc
4
.bashrc
@ -29,3 +29,7 @@ set -o ignoreeof
|
|||||||
# Append, rather than overwrite history files
|
# Append, rather than overwrite history files
|
||||||
# Useful for when multiple bash sessions are running
|
# Useful for when multiple bash sessions are running
|
||||||
shopt -s histappend
|
shopt -s histappend
|
||||||
|
|
||||||
|
# check the window size after each command and, if necessary,
|
||||||
|
# update the values of LINES and COLUMNS.
|
||||||
|
shopt -s checkwinsize
|
||||||
|
Loading…
Reference in New Issue
Block a user