dotfiles/zsh/functions/prompt_git.sh
2019-01-09 14:03:21 -05:00

4 lines
150 B
Bash
Executable file

# 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
prompt_git() {
}