From 76789306396a8289e63ab50cfad1c1e14b98fe86 Mon Sep 17 00:00:00 2001 From: romkatv Date: Mon, 17 Jun 2019 23:38:00 +0200 Subject: [PATCH] remove leading "go" from go_version --- internal/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/p10k.zsh b/internal/p10k.zsh index da1210ba..7ebe929b 100755 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -947,7 +947,7 @@ prompt_go_version() { _p9k_cached_cmd_stdout go version || return emulate -L zsh && setopt extendedglob local -a match - [[ $_P9K_RETVAL == (#b)*(go[[:digit:].]##)* ]] || return + [[ $_P9K_RETVAL == (#b)*go([[:digit:].]##)* ]] || return local v=$match[1] local p=$GOPATH if [[ -z $p ]]; then