added environment variable autoloading for anthropic api key

This commit is contained in:
aminnairi
2026-03-18 22:07:45 +01:00
parent 05daa04214
commit 1e80d5f0cc
+5
View File
@@ -1,4 +1,9 @@
if status is-interactive if status is-interactive
# Load the environment variable (specific to Avante Neovim plugin)
if test -f ~/.env
source ~/.env
end
# Enable vi-mode # Enable vi-mode
fish_vi_key_bindings fish_vi_key_bindings