Add detection for glide.yaml

This commit is contained in:
Greg Fitzgerald
2015-09-24 09:52:52 -04:00
committed by Caio Gondim
parent 4a07c82824
commit dc152b5471

View File

@@ -379,7 +379,7 @@ prompt_go() {
fi fi
setopt extended_glob setopt extended_glob
if [[ (-f *.go(#qN) || -d Godeps) ]]; then if [[ (-f *.go(#qN) || -d Godeps || -f glide.yaml) ]]; then
if command -v go > /dev/null 2>&1; then if command -v go > /dev/null 2>&1; then
prompt_segment $BULLETTRAIN_GO_BG $BULLETTRAIN_GO_FG $BULLETTRAIN_GO_PREFIX" $(go version | grep -oE 'go[[:digit:]].[[:digit:]]')" prompt_segment $BULLETTRAIN_GO_BG $BULLETTRAIN_GO_FG $BULLETTRAIN_GO_PREFIX" $(go version | grep -oE 'go[[:digit:]].[[:digit:]]')"
fi fi