mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 12:48:01 +00:00
change polarity of test for BROWSER
This commit is contained in:
parent
7f8b9b829a
commit
ecaed1cfa7
@ -47,7 +47,7 @@ file="$3"
|
|||||||
if [[ -n "$url" ]]; then
|
if [[ -n "$url" ]]; then
|
||||||
url="$url/tree/$reference/$file"
|
url="$url/tree/$reference/$file"
|
||||||
|
|
||||||
if [[ -z "$BROWSER" ]]; then
|
if [[ -n "$BROWSER" ]]; then
|
||||||
"$BROWSER" "$url"
|
"$BROWSER" "$url"
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user