blob: 3c594fc5eff86bbd05644284cae98bd8a587b390 (
plain)
1
2
3
4
5
6
7
8
|
# direnv — auto-sources base.sh when you cd into this directory
# Run: direnv allow
# See: https://direnv.net
source_up_if_exists # inherit parent .envrc if present
# Source the shared base environment
source "$(pwd)/modes/base.sh"
|