diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-08-20 09:02:40 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-08-20 09:02:40 +0200 |
| commit | 016d61b272d34a220756ed5742f5df9f0db12d55 (patch) | |
| tree | bd82542796cba8ddfdb710c5d5441d59d62a90c0 | |
| parent | 8aada73ba0065854078e21140fa952343b280a69 (diff) | |
| parent | f1035f623cc6b28a4529720997c346157d24b59e (diff) | |
Merge branch 'main' of autumn:dotfiles
| -rw-r--r-- | config/essentials/shell/functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/shell/functions.sh b/config/essentials/shell/functions.sh index e8946e2..478ee26 100644 --- a/config/essentials/shell/functions.sh +++ b/config/essentials/shell/functions.sh @@ -216,7 +216,7 @@ pacsize() mime-default () { mime= - [ "${mime:=$1}" ] || + [ "${mime:=${1%.desktop}}" ] || mime="$(find /usr/share/applications/ -iname '*.desktop' -printf '%f\n' | sed 's/\.desktop$//' | fzf)" |
