Evie Litherland-Smith
10db59de2a
Probably not in a working state at the moment, but home-manager will build. Needs proper configuring to be used
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"
|