Skip to content

Commit

Permalink
Merge pull request #109 from cy4n/fix_enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
arialdomartini committed Oct 4, 2017
2 parents 4da31a3 + 79c3ab9 commit 1301a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1301a06

Please sign in to comment.