mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-06 03:40:41 +01:00
Remove extra space in go prompt: "go 1.7" instead of "go 1.7" (#198)
This commit is contained in:
@@ -122,7 +122,7 @@ if [ ! -n "${BULLETTRAIN_GO_FG+1}" ]; then
|
||||
BULLETTRAIN_GO_FG=white
|
||||
fi
|
||||
if [ ! -n "${BULLETTRAIN_GO_PREFIX+1}" ]; then
|
||||
BULLETTRAIN_GO_PREFIX="go "
|
||||
BULLETTRAIN_GO_PREFIX="go"
|
||||
fi
|
||||
|
||||
# DIR
|
||||
|
||||
Reference in New Issue
Block a user