mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Add flac to default associations
This commit is contained in:
parent
3bc66a43a7
commit
7273c9d681
|
@ -3,7 +3,7 @@
|
|||
#define EMPTY " "
|
||||
|
||||
struct assoc assocs[] = {
|
||||
{ "\\.(avi|mp4|mkv|mp3|ogg)$", "mplayer" },
|
||||
{ "\\.(avi|mp4|mkv|mp3|ogg|flac)$", "mplayer" },
|
||||
{ "\\.(png|jpg|gif)$", "feh" },
|
||||
{ "\\.(html|svg)$", "firefox" },
|
||||
{ "\\.pdf$", "mupdf" },
|
||||
|
|
Loading…
Reference in a new issue