diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-09-02 07:28:29 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-09-02 07:28:29 +0200 |
| commit | d24b871c47826eace3d7f6c642aaffdd01fe6ebe (patch) | |
| tree | 996981952eb80a22ecefa483277045a0fa11698f /open-url | |
| parent | 61c59a6c1f356ed23983ad8625d199e4338f1f4d (diff) | |
| download | scripts-d24b871c47826eace3d7f6c642aaffdd01fe6ebe.tar.gz scripts-d24b871c47826eace3d7f6c642aaffdd01fe6ebe.zip | |
Some small changes
Diffstat (limited to '')
| -rwxr-xr-x | open-url | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -4,7 +4,7 @@ | |||
| 4 | # Requires: mail-compose, spawn, xsel (optional) | 4 | # Requires: mail-compose, spawn, xsel (optional) |
| 5 | 5 | ||
| 6 | browser=${BROWSER:-firefox} | 6 | browser=${BROWSER:-firefox} |
| 7 | imageviewer=${IMAGEVIEWER:-imv} | 7 | imageviewer=${IMAGEVIEWER:-nsxiv} |
| 8 | 8 | ||
| 9 | [ -z "$1" ] && exit 0 | 9 | [ -z "$1" ] && exit 0 |
| 10 | 10 | ||
