diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2012-10-26 17:34:49 -0400 |
|---|---|---|
| committer | Mislav Marohnić <mislav.marohnic@gmail.com> | 2012-12-06 23:53:55 +0100 |
| commit | 16f8e54ed711dd075c6525eb0ef6587f6aac7407 (patch) | |
| tree | 110c10e5767e4cb239d7db6a294a2be8c60e0182 | |
| parent | 50ecb630585ba84245ecec5345874ca4339a70e8 (diff) | |
detect common shell config files
| -rw-r--r-- | lib/linguist/languages.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index ba7d1dd..f934e84 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: |
