mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 06:58: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
|
||||
url="$url/tree/$reference/$file"
|
||||
|
||||
if [[ -z "$BROWSER" ]]; then
|
||||
if [[ -n "$BROWSER" ]]; then
|
||||
"$BROWSER" "$url"
|
||||
return 0
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user