dotfiles/zsh/functions/prompt_git.sh

5 lines
153 B
Bash
Raw Permalink Normal View History

# Override the git prompt, because I don't want it in my left-hand prompt, and I can't use the variable to unset it for some reason
2019-01-09 16:13:05 -05:00
prompt_git () {
:
}