1
0
Fork 0

Fix bug in echo in status helpers

main
Marissa Staib 5 years ago committed by GitHub
parent b22db5ced9
commit f72d849865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .tmux.status-helpers.sh

@ -21,7 +21,7 @@ function get_bgcolor_gradient_red_to_cyan() {
elif [[ $index -lt 0 ]]; then
index=0
fi
echo ${COLORS[$GRADIENTINDEX]}
echo ${colors[$index]}
}
function needs_reboot() {

Loading…
Cancel
Save