Skip to content

Commit 3818683

Browse files
authored
refactor: add bash shebang for shellcheck (#2286)
https://www.shellcheck.net/wiki/SC2148 (tips depend on target shell) https://direnv.net/#how-it-works (.envrc is loaded into a bash sub-shell) Signed-off-by: Michael Gallagher <mjgallag@gmail.com>
1 parent 3c6af98 commit 3818683

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/devbox/generate/tmpl/envrc.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
# Automatically sets up your devbox environment whenever you cd into this
24
# directory via our direnv integration:
35

0 commit comments

Comments
 (0)