diff --git a/base.sh b/base.sh index 5be07b3..03d8cf3 100644 --- a/base.sh +++ b/base.sh @@ -49,7 +49,7 @@ function get_current_action () { } function build_prompt { - local enabled=`git config --local --get oh-my-git.enabled` + local enabled=`git config --get oh-my-git.enabled` if [[ ${enabled} == false ]]; then echo "${PSORG}" exit;