Compare commits
1 Commits
fa0bf6f3bf
...
7837a2b291
Author | SHA1 | Date | |
---|---|---|---|
7837a2b291 |
@ -102,7 +102,7 @@ fresh_compile_git_prompt() {
|
|||||||
if [ ! -f ~/.cache/zsh/git-prompt ]; then
|
if [ ! -f ~/.cache/zsh/git-prompt ]; then
|
||||||
cc -std=gnu99 -O3 -DNDEBUG ~/.config/zsh/git-prompt.c -o ~/.cache/zsh/git-prompt
|
cc -std=gnu99 -O3 -DNDEBUG ~/.config/zsh/git-prompt.c -o ~/.cache/zsh/git-prompt
|
||||||
if [ $? -ne 0 ]; then
|
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
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user