diff options
| author | Mehdi Sadeghi <mehdi@mehdix.org> | 2021-06-09 18:34:27 +0200 |
|---|---|---|
| committer | Mehdi Sadeghi <mehdi@mehdix.org> | 2021-06-09 18:34:27 +0200 |
| commit | 79eff7c7dceec168cdeb23c894df43bff4c17d13 (patch) | |
| tree | 3e79588f5941a5b8d4b1470893eb43173a1fe835 /.local/bin/xdg-open | |
| parent | 566072896f894e8e49e84bf15781ed6727baf0c2 (diff) | |
Update prompt. Switch to firefox.
Diffstat (limited to '.local/bin/xdg-open')
| -rwxr-xr-x | .local/bin/xdg-open | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.local/bin/xdg-open b/.local/bin/xdg-open index 206fb96..be0f8e1 100755 --- a/.local/bin/xdg-open +++ b/.local/bin/xdg-open @@ -1,8 +1,7 @@ #!/bin/sh -# Courtesy of https://drewdevault.com/2019/12/30/dotfiles.html case "${1%%:*}" in http|https|*.pdf) - exec qutebrowser "$1" + exec firefox "$1" ;; mailto) exec aerc "$1" |
