mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-04-07 01:31:50 +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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Ensure that $COLUMNS gets set
|
||||||
|
shopt -s checkwinsize
|
||||||
|
|
||||||
# Set up the start time and STARSHIP_SHELL, which controls shell-specific sequences
|
# Set up the start time and STARSHIP_SHELL, which controls shell-specific sequences
|
||||||
STARSHIP_START_TIME=$(::STARSHIP:: time)
|
STARSHIP_START_TIME=$(::STARSHIP:: time)
|
||||||
export STARSHIP_SHELL="bash"
|
export STARSHIP_SHELL="bash"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user