mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 13:47:38 +00:00
fix(bash): ensure checkwinsize
is enabled for $COLUMNS
(#3832)
This commit is contained in:
parent
3014284e95
commit
03343272b7
@ -99,6 +99,9 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
# Ensure that $COLUMNS gets set
|
||||
shopt -s checkwinsize
|
||||
|
||||
# Set up the start time and STARSHIP_SHELL, which controls shell-specific sequences
|
||||
STARSHIP_START_TIME=$(::STARSHIP:: time)
|
||||
export STARSHIP_SHELL="bash"
|
||||
|
Loading…
Reference in New Issue
Block a user