mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Replace . with "$PWD"
This commit is contained in:
parent
d38ef1ca36
commit
5110668d4b
@ -32,7 +32,7 @@ case "$1" in
|
||||
application/pdf*|application/x-zip*|application/x-rar*)
|
||||
zathura "/tmp/$urlcode" >/dev/null 2>&1 & ;;
|
||||
audio*)
|
||||
mv "/tmp/$urlcode" . >/dev/null 2>&1 ;;
|
||||
mv "/tmp/$urlcode" "$PWD" >/dev/null 2>&1 ;;
|
||||
*)
|
||||
[ -f "$1" ] && setsid -f "$TERMINAL" -e "$EDITOR" "$1" >/dev/null 2>&1 || setsid -f "$BROWSER" "$1" >/dev/null 2>&1
|
||||
esac
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user