Evie Litherland-Smith
b3988f8eae
Add extracted zsh functions to path Remove shebang from all scripts as writeShellScriptBin handles that automatically
4 lines
112 B
Bash
Executable file
4 lines
112 B
Bash
Executable file
FILETYPE=$(xdg-mime query filetype $@)
|
|
DEFAULT=$(xdg-mime query default $FILETYPE)
|
|
echo "$FILETYPE -> $DEFAULT"
|