We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9a7d3b + ff72c50 commit e256022Copy full SHA for e256022
1 file changed
stack.sh
@@ -895,7 +895,7 @@ if [[ "$USE_SCREEN" == "True" ]]; then
895
sleep 1
896
897
# Set a reasonable status bar
898
- SCREEN_HARDSTATUS=${SCREEN_HARDSTATUS-:}
+ SCREEN_HARDSTATUS=${SCREEN_HARDSTATUS:-}
899
if [ -z "$SCREEN_HARDSTATUS" ]; then
900
SCREEN_HARDSTATUS='%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d}%H/%l%{g})'
901
fi
0 commit comments