feat: add env(doppler) alias

This commit is contained in:
2025-10-24 23:20:07 -07:00
parent c302969eae
commit 89170647e6

6
aliases/env.sh Executable file
View File

@@ -0,0 +1,6 @@
config="$1"
shift
project=$(basename "$PWD")
exec doppler run -c "$config" -p "$project" "$@"