From: lostd Date: Wed, 8 Oct 2014 08:43:11 +0000 (+0300) Subject: Shell scripts may be useful X-Git-Tag: v1.0~92^2~253 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=f56dec0a4f24de60f85199b95691852a79a349b2;p=nnn.git Shell scripts may be useful --- diff --git a/noice.c b/noice.c index 9712f803..0e6a000a 100644 --- a/noice.c +++ b/noice.c @@ -44,6 +44,7 @@ struct assoc assocs[] = { { ".ogg", "mplayer" }, { ".srt", "less" }, { ".txt", "less" }, + { ".sh", "sh" }, { "README", "less" }, };