mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-06 20:00:38 +01:00
Fix a couple issues with the go prompt
This commit is contained in:
committed by
Caio Gondim
parent
a6c0510cc2
commit
4a07c82824
@@ -98,7 +98,7 @@ fi
|
|||||||
|
|
||||||
# Go
|
# Go
|
||||||
if [ ! -n "${BULLETTRAIN_GO_SHOW+1}" ]; then
|
if [ ! -n "${BULLETTRAIN_GO_SHOW+1}" ]; then
|
||||||
BULLETTRAIN_GO_SHOW=true
|
BULLETTRAIN_GO_SHOW=false
|
||||||
fi
|
fi
|
||||||
if [ ! -n "${BULLETTRAIN_GO_BG+1}" ]; then
|
if [ ! -n "${BULLETTRAIN_GO_BG+1}" ]; then
|
||||||
BULLETTRAIN_GO_BG=cyan
|
BULLETTRAIN_GO_BG=cyan
|
||||||
|
|||||||
Reference in New Issue
Block a user