Skip to content

Commit 6408d03

Browse files
committed
bashrc: check winsize
1 parent 71f4af9 commit 6408d03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bashrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ _is_posix(){ shopt -oq posix; }
2020
# Provides prompt for non-login shells, specifically shells started
2121
# in the X environment.
2222

23+
# TODO check case $- in (*i*)
2324
# Make bash append rather than overwrite the history on disk
2425
# Allows user to edit a failed hist exp.
2526
# Allows user to verify the results of hist exp.
@@ -41,6 +42,9 @@ shopt -s extglob globstar
4142
# Hashtable the commands!
4243
shopt -s checkhash
4344

45+
# Winsize
46+
shopt -s checkwinsize
47+
4448
# Colors
4549
alias l='ls -AFlh'
4650
alias ll='ls -Flh'

0 commit comments

Comments
 (0)