diff options
-rwxr-xr-x | git-prompt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-prompt.sh b/git-prompt.sh index ccb16bd..8ddbda8 100755 --- a/git-prompt.sh +++ b/git-prompt.sh @@ -139,7 +139,7 @@ #################################################################### MARKERS screen_marker="sCRn" - if [[ $LANG =~ "UTF" && $TERM != "linux" ]]; then + if [[ $LC_CTYPE =~ "UTF" && $TERM != "linux" ]]; then elipses_marker="…" else elipses_marker="..." |