From d0afdcc589e0acf277d8af4a0d3c1604cc5b768b Mon Sep 17 00:00:00 2001 From: Lyncredible Date: Fri, 17 Mar 2017 18:15:07 -0700 Subject: [PATCH] Remove extra space in go prompt: "go 1.7" instead of "go 1.7" (#198) --- bullet-train.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bullet-train.zsh-theme b/bullet-train.zsh-theme index 8442a4e..ea27611 100644 --- a/bullet-train.zsh-theme +++ b/bullet-train.zsh-theme @@ -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