diff options
| -rw-r--r-- | noice.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ struct assoc assocs[] = { { ".ogg", "mplayer" }, { ".srt", "less" }, { ".txt", "less" }, + { ".sh", "sh" }, { "README", "less" }, }; |
| index : nnn.git | ||
| forked from https://github.com/jarun/nnn | Tim Segers |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | noice.c | 1 |
@@ -44,6 +44,7 @@ struct assoc assocs[] = { { ".ogg", "mplayer" }, { ".srt", "less" }, { ".txt", "less" }, + { ".sh", "sh" }, { "README", "less" }, }; |