mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
make bash check window size
This commit is contained in:
parent
ee0ed1a0b2
commit
574058cf02
1 changed files with 3 additions and 1 deletions
4
bash/rc
4
bash/rc
|
|
@ -5,11 +5,13 @@ source $DOTFILES_BASH_DIR/history
|
||||||
source $DOTFILES_BASH_DIR/term_title
|
source $DOTFILES_BASH_DIR/term_title
|
||||||
source $DOTFILES_BASH_DIR/completion
|
source $DOTFILES_BASH_DIR/completion
|
||||||
|
|
||||||
|
# Make bash check its window size after a process completes
|
||||||
|
shopt -s checkwinsize
|
||||||
|
|
||||||
# easy on spelling mistakes
|
# easy on spelling mistakes
|
||||||
shopt -s cdspell
|
shopt -s cdspell
|
||||||
|
|
||||||
# turn off distractive bells
|
# turn off distractive bells
|
||||||
set bell-style none
|
set bell-style none
|
||||||
|
|
||||||
|
|
||||||
# vim: ft=sh
|
# vim: ft=sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue