Shell scripts may be useful

This commit is contained in:
lostd 2014-10-08 11:43:11 +03:00
parent da09d92b25
commit f56dec0a4f
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ struct assoc assocs[] = {
{ ".ogg", "mplayer" },
{ ".srt", "less" },
{ ".txt", "less" },
{ ".sh", "sh" },
{ "README", "less" },
};