mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +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 */
|
/* Configuration */
|
||||||
struct assoc assocs[] = {
|
struct assoc assocs[] = {
|
||||||
{ "\\.(avi|mp4|mkv|mp3|ogg)$", "mplayer" },
|
{ "\\.(avi|mp4|mkv|mp3|ogg)$", "mplayer" },
|
||||||
{ "\\.srt$", "less" },
|
{ "\\.(png|jpg|gif)$", "feh" },
|
||||||
{ "\\.txt$", "less" },
|
{ "\\.(html|svg)$", "firefox" },
|
||||||
|
{ "\\.pdf$", "mupdf" },
|
||||||
{ "\\.sh$", "sh" },
|
{ "\\.sh$", "sh" },
|
||||||
{ "^README$", "less" },
|
|
||||||
{ ".*", "less" },
|
{ ".*", "less" },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue