From 19284ed1b84cb86407181cc0f2ef53ccf9cb0992 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Wed, 9 Jan 2019 16:13:05 -0500 Subject: [PATCH] Added : so the empty function is valid --- zsh/functions/prompt_git.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 () { + : }