small change to the way we verify go exists
parent
407a4bf22b
commit
1d90657440
|
|
@ -3,7 +3,7 @@
|
||||||
cite about-plugin
|
cite about-plugin
|
||||||
about-plugin 'go environment variables & path configuration'
|
about-plugin 'go environment variables & path configuration'
|
||||||
|
|
||||||
[ ! command -v go &>/dev/null ] && return
|
command -v go &>/dev/null || return
|
||||||
|
|
||||||
function _go_pathmunge_wrap() {
|
function _go_pathmunge_wrap() {
|
||||||
IFS=':' local -a 'a=($1)'
|
IFS=':' local -a 'a=($1)'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue