mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-18 19:11:20 +00:00
fix: Use builtin source_env_if_exists for sourcing .envrc.local (#6717)
This commit is contained in:
3
.envrc
3
.envrc
@@ -5,5 +5,4 @@ if has nix; then
|
||||
use flake
|
||||
fi
|
||||
|
||||
# Source an `.envrc.local` if it exists. You can add your custom changes there.
|
||||
[[ -f .envrc.local ]] && source_env .envrc.local
|
||||
source_env_if_exists .envrc.local
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,6 +5,7 @@
|
||||
.DS_Store
|
||||
.vscode/
|
||||
.direnv/
|
||||
.envrc.local
|
||||
.flatpak-builder/
|
||||
zig-cache/
|
||||
.zig-cache/
|
||||
|
||||
Reference in New Issue
Block a user