Skip to content

Commit 2d556f7

Browse files
authored
Support .envrc file (github-linguist#6865)
`.envrc` are files used by direnv. direnv loads the file into a bash sub-shell, making this file effectively bash.
1 parent 1149d0f commit 2d556f7

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

lib/linguist/languages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6624,6 +6624,7 @@ Shell:
66246624
- shell-script
66256625
- bash
66266626
- zsh
6627+
- envrc
66276628
extensions:
66286629
- ".sh"
66296630
- ".bash"
@@ -6646,6 +6647,7 @@ Shell:
66466647
- ".bash_profile"
66476648
- ".bashrc"
66486649
- ".cshrc"
6650+
- ".envrc"
66496651
- ".flaskenv"
66506652
- ".kshrc"
66516653
- ".login"

samples/Shell/filenames/.envrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export JAVA_HOME=`/usr/libexec/java_home -v 1.8`

0 commit comments

Comments
 (0)