diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-08-14 07:14:24 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-08-14 07:14:24 +0200 |
| commit | f1035f623cc6b28a4529720997c346157d24b59e (patch) | |
| tree | 1f518fab7fdc5485bbfc215396835d43eece7891 | |
| parent | fba534dfe34c4719fc56f99c74093cbef6f412af (diff) | |
checkpoint
| -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)" |
