From 16f8e54ed711dd075c6525eb0ef6587f6aac7407 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 26 Oct 2012 17:34:49 -0400 Subject: [PATCH] detect common shell config files --- lib/linguist/languages.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index ba7d1ddb..f934e840 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1159,7 +1159,13 @@ Shell: primary_extension: .sh filenames: - .zsh + - bash_logout + - bash_profile - bashrc + - zlogin + - zlogout + - zshenv + - zprofile - zshrc Smalltalk: