Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/h43z/zsh-git-prompt into …
Browse files Browse the repository at this point in the history
…h43z-master
  • Loading branch information
olivierverdier committed Jan 12, 2016
2 parents 081a704 + ede6748 commit e5b4a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zshrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# h: equivalent to dirname
export __GIT_PROMPT_DIR=${0:A:h}

export GIT_PROMPT_EXECUTABLE=${GIT_PROMPT_USE_PYTHON:-"python"}
export GIT_PROMPT_EXECUTABLE=${GIT_PROMPT_EXECUTABLE:-"python"}

# Initialize colors.
autoload -U colors
Expand Down

0 comments on commit e5b4a62

Please sign in to comment.