Skip to content

Commit

Permalink
Support .envrc file (#6865)
Browse files Browse the repository at this point in the history
`.envrc` are files used by direnv. direnv loads the file into a bash
sub-shell, making this file effectively bash.
  • Loading branch information
spenserblack committed Jun 7, 2024
1 parent 1149d0f commit 2d556f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6624,6 +6624,7 @@ Shell:
- shell-script
- bash
- zsh
- envrc
extensions:
- ".sh"
- ".bash"
Expand All @@ -6646,6 +6647,7 @@ Shell:
- ".bash_profile"
- ".bashrc"
- ".cshrc"
- ".envrc"
- ".flaskenv"
- ".kshrc"
- ".login"
Expand Down
1 change: 1 addition & 0 deletions samples/Shell/filenames/.envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export JAVA_HOME=`/usr/libexec/java_home -v 1.8`

0 comments on commit 2d556f7

Please sign in to comment.