mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-05 19:08:17 +00:00
feat: source local .envrc if it exists (#6715)
This commit is contained in:
3
.envrc
3
.envrc
@@ -4,3 +4,6 @@ if has nix; then
|
|||||||
watch_file nix/{devShell,package,wraptest}.nix
|
watch_file nix/{devShell,package,wraptest}.nix
|
||||||
use flake
|
use flake
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Source an `.envrc.local` if it exists. You can add your custom changes there.
|
||||||
|
[[ -f .envrc.local ]] && source_env .envrc.local
|
||||||
|
Reference in New Issue
Block a user