9 lines
142 B
Bash
9 lines
142 B
Bash
#!/usr/bin/env bash
|
|
|
|
dotenv_if_exists
|
|
|
|
if command -v nix >/dev/null 2>&1; then
|
|
use flake ".#${DIRENV_DEVSHELL:-default}"
|
|
fi
|
|
|
|
PATH_add bin
|