mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
added environment variable autoloading for anthropic api key
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user