From f56dec0a4f24de60f85199b95691852a79a349b2 Mon Sep 17 00:00:00 2001 From: lostd Date: Wed, 8 Oct 2014 11:43:11 +0300 Subject: [PATCH] Shell scripts may be useful --- noice.c | 1 + 1 file changed, 1 insertion(+) 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" }, };