Avoid running this unless in POSIX mode
This commit is contained in:
parent
ebef019705
commit
109c6b20d7
@ -81,4 +81,6 @@ export PS1='\u@\h:\w\$ '
|
||||
## Misc ##
|
||||
|
||||
# Prevent line wrapping mess
|
||||
if command -v shopt > /dev/null 2>&1; then
|
||||
shopt -s checkwinsize
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user