1

shell strict mode in .envrc

This commit is contained in:
Motiejus Jakštys 2021-09-07 10:54:33 +03:00
parent 828828bced
commit a26c339188

2
.envrc
View File

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