zshrc.d/20-prompt.zrc
changeset 7 c032d39eafcf
parent 0 7215ca490221
child 11 ee97df34536f
equal deleted inserted replaced
6:7671e95ab8b0 7:c032d39eafcf
   109         esac
   109         esac
   110 }
   110 }
   111 
   111 
   112 function prompt_set_dev-vcsinfo {
   112 function prompt_set_dev-vcsinfo {
   113     _PROMPT_DEFINED="dev-vcsinfo"
   113     _PROMPT_DEFINED="dev-vcsinfo"
   114     source $ZDOTDIR/functions/zshrc_vcsinfo
   114     source $ZDOTDIR/misc/zshrc_vcsinfo
   115 }
   115 }
   116 
   116 
   117 function __prompt_unset_dev-vcsinfo {
   117 function __prompt_unset_dev-vcsinfo {
   118     if [[ $_PROMPT_DEFINED == "dev-vcsinfo" ]]; then
   118     if [[ $_PROMPT_DEFINED == "dev-vcsinfo" ]]; then
   119         zstyle ':vcs_info:*' enable NONE
   119         zstyle ':vcs_info:*' enable NONE