diff options
Diffstat (limited to 'via-open')
| -rwxr-xr-x | via-open | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ while read -r arg; do sxiv "$arg" & ;; *) - exit 1 + $TERMINAL $EDITOR "$arg" & ;; esac ;; |
