Compare commits
1 Commits
7837a2b291
...
fa0bf6f3bf
Author | SHA1 | Date | |
---|---|---|---|
fa0bf6f3bf |
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user