small change to the way we verify go exists

pull/1284/head
cornfeedhobo 2019-06-28 09:31:24 -05:00
parent 407a4bf22b
commit 1d90657440
No known key found for this signature in database
GPG Key ID: 724357093F994B26
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
cite about-plugin
about-plugin 'go environment variables & path configuration'
[ ! command -v go &>/dev/null ] && return
command -v go &>/dev/null || return
function _go_pathmunge_wrap() {
IFS=':' local -a 'a=($1)'