some more fixes that would work in fb devservers.

This commit is contained in:
2021-06-25 03:12:38 -07:00
parent 4609a035af
commit 687999be1a
4 changed files with 42 additions and 27 deletions

View File

@@ -152,5 +152,11 @@ if [ -n "$PS1" ]; then
# calculate prompt length. The text is set through PROMPT_COMMAND
PS1+="\[${c_reset}\]\$ " # reset colors and print $
}
if [ -n "$BASH_VERSION" ]; then
# shopt -s checkwinsize
export -f __prompt_command
export -f term_colors
fi
fi