mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
gitfast: update plugin (#7152)
* Stop loading git plugin * Update completion and git-prompt to v2.10 * Update completion to v2.14
This commit is contained in:
parent
728c8e7174
commit
8c95c2b6cb
4 changed files with 747 additions and 193 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue