]> git.rmz.io Git - dotfiles.git/blob - zsh/plugins/gitfast/gitfast.plugin.zsh
Squashed commit of the following + cleanup afterwards:
[dotfiles.git] / zsh / plugins / gitfast / gitfast.plugin.zsh
1 dir=$(dirname $0)
2 source $dir/../git/git.plugin.zsh
3 source $dir/git-prompt.sh
4
5 function git_prompt_info() {
6 __git_ps1 "${ZSH_THEME_GIT_PROMPT_PREFIX//\%/%%}%s${ZSH_THEME_GIT_PROMPT_SUFFIX//\%/%%}"
7 }