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