Compare commits

..

1 Commits

Author SHA1 Message Date
fa0bf6f3bf Move entire git-prompt to C 2018-09-11 18:09:41 +01:00

View File

@ -102,7 +102,7 @@ fresh_compile_git_prompt() {
if [ ! -f ~/.cache/zsh/git-prompt ]; then
cc -std=gnu99 -O3 -DNDEBUG ~/.config/zsh/git-prompt.c -o ~/.cache/zsh/git-prompt
if [ $? -ne 0 ]; then
echo "git prompt was not compiled, is a C99 toolchain installed?"
echo "git-prompt was not compiled, is a C99 toolchain installed?"
fi
fi
}