mirror of
https://github.com/jarun/nnn.git
synced 2025-02-26 03:01:32 +00:00
Shell scripts may be useful
This commit is contained in:
parent
da09d92b25
commit
f56dec0a4f
1 changed files with 1 additions and 0 deletions
1
noice.c
1
noice.c
|
@ -44,6 +44,7 @@ struct assoc assocs[] = {
|
||||||
{ ".ogg", "mplayer" },
|
{ ".ogg", "mplayer" },
|
||||||
{ ".srt", "less" },
|
{ ".srt", "less" },
|
||||||
{ ".txt", "less" },
|
{ ".txt", "less" },
|
||||||
|
{ ".sh", "sh" },
|
||||||
{ "README", "less" },
|
{ "README", "less" },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue