diff --git a/zsh/functions/prompt_git.sh b/zsh/functions/prompt_git.sh index ad0b612..3cd1ba4 100755 --- a/zsh/functions/prompt_git.sh +++ b/zsh/functions/prompt_git.sh @@ -1,4 +1,4 @@ # 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() { - +prompt_git () { + : }