Another lol fix

This commit is contained in:
Alexei Syssoyev 2020-05-31 04:24:42 -03:00 committed by GitHub
parent bc28b6bc70
commit 822862d295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,5 +18,5 @@ case "$1" in
setsid -f tsp curl -LO "$1" >/dev/null 2>&1 ;;
*)
if [ -f "$1" ]; then "$TERMINAL" -e "$EDITOR $1"
else setsid -f $BROWSER "$1" >/dev/null 2>&1 fi ;;
else setsid -f $BROWSER "$1" >/dev/null 2>&1; fi ;;
esac