add shebang to .envrc
All this really does is make syntax highlighting and shellcheck work by default in more editors.
This commit is contained in:
parent
30f0871e21
commit
8f3f5c01f9
1 changed files with 2 additions and 0 deletions
2
.envrc
2
.envrc
|
@ -1 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
use flake
|
||||
|
|
Loading…
Reference in a new issue