1
0
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:
2021-12-04 12:13:47 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -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