diff --git a/functions b/functions index 00b9f91..ad3ef4d 100644 --- a/functions +++ b/functions @@ -19,7 +19,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then ESC=$( printf '\e') elif [[ "$OSTYPE" == "cygwin" ]]; then ESC=$( printf '\033') -else [[ "$OSTYPE" == "msys" ]]; then +elif [[ "$OSTYPE" == "msys" ]]; then ESC=$( printf '\033') fi