summaryrefslogtreecommitdiff
path: root/git-prompt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git-prompt.sh')
-rwxr-xr-xgit-prompt.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/git-prompt.sh b/git-prompt.sh
index 28e2de6..f122038 100755
--- a/git-prompt.sh
+++ b/git-prompt.sh
@@ -54,11 +54,7 @@
op_vcs_color=${op_vcs_color:-MAGENTA}
detached_vcs_color=${detached_vcs_color:-RED}
- if [[ $OSTYPE == "linux-gnu" ]] ; then # no linux OSs do not support extra colors
- hex_vcs_color=${hex_vcs_color:-dim}
- else
- hex_vcs_color=${hex_vcs_color:-colors_reset}
- fi
+ hex_vcs_color=${hex_vcs_color:-BLACK} # gray
max_file_list_length=${max_file_list_length:-100}