gitfast: update plugin (#7152)
* Stop loading git plugin * Update completion and git-prompt to v2.10 * Update completion to v2.14master
parent
728c8e7174
commit
8c95c2b6cb
4 changed files with 747 additions and 193 deletions
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,9 @@ |
||||
dir=$(dirname $0) |
||||
source $dir/../git/git.plugin.zsh |
||||
source $dir/git-prompt.sh |
||||
dir="${0:A:h}" |
||||
source "$dir/git-prompt.sh" |
||||
|
||||
function git_prompt_info() { |
||||
dirty="$(parse_git_dirty)" |
||||
__git_ps1 "${ZSH_THEME_GIT_PROMPT_PREFIX//\%/%%}%s${dirty//\%/%%}${ZSH_THEME_GIT_PROMPT_SUFFIX//\%/%%}" |
||||
} |
||||
|
||||
unset dir |
||||
|
||||
Loading…
Reference in new issue