Evie Litherland-Smith
a52ccf7ef4
Delete some unused (test) scripts Reduce what is sync'd by rsync-local-config: remove fonts, bat config and zellij config
4 lines
116 B
Bash
Executable file
4 lines
116 B
Bash
Executable file
FILETYPE=$(xdg-mime query filetype "$@")
|
|
DEFAULT=$(xdg-mime query default "$FILETYPE")
|
|
echo "$FILETYPE -> $DEFAULT"
|