Skip to content

Commit

Permalink
Merge remote-tracking branch 'cyan4/fix_enabled'
Browse files Browse the repository at this point in the history
Refers to PR arialdomartini#109.

* cyan4/fix_enabled:
  remove --local param
  • Loading branch information
Rodrigo Machado committed Jul 29, 2017
2 parents 42c11f0 + a9fefe3 commit 3be01d4
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 3be01d4

Please sign in to comment.