mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Change default associations
This commit is contained in:
parent
11bebdf23e
commit
bfd5f9b1d4
6
noice.c
6
noice.c
|
@ -44,10 +44,10 @@ struct assoc {
|
|||
/* Configuration */
|
||||
struct assoc assocs[] = {
|
||||
{ "\\.(avi|mp4|mkv|mp3|ogg)$", "mplayer" },
|
||||
{ "\\.srt$", "less" },
|
||||
{ "\\.txt$", "less" },
|
||||
{ "\\.(png|jpg|gif)$", "feh" },
|
||||
{ "\\.(html|svg)$", "firefox" },
|
||||
{ "\\.pdf$", "mupdf" },
|
||||
{ "\\.sh$", "sh" },
|
||||
{ "^README$", "less" },
|
||||
{ ".*", "less" },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue