mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-02 06:19:25 +00:00
Merge upstream/master
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user