1
Fork 0

shell strict mode in .envrc

nix
Motiejus Jakštys 2021-09-07 10:54:33 +03:00
parent 828828bced
commit a26c339188
1 changed files with 2 additions and 0 deletions

2
.envrc
View File

@ -1,3 +1,5 @@
set -euo pipefail
export PATH="$(git rev-parse --show-toplevel)/bin:$PATH"
fetch() {