diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-10-24 17:05:52 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-10-24 17:05:52 +0100 |
commit | a8aadba1df4c08553fabaf2945b5b9290f5a07f7 (patch) | |
tree | 402b99c875d33fb3ee573b858712aec997f0c1b5 /fish/config.fish | |
parent | e08110886d443b62ed40e01f3237880aa848f648 (diff) |
update
Diffstat (limited to 'fish/config.fish')
-rw-r--r-- | fish/config.fish | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fish/config.fish b/fish/config.fish index fa7d439..dbf0829 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -47,3 +47,9 @@ set -gx GPG_TTY (tty) set -gx SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket) gpgconf --launch gpg-agent . ~/perl5/perlbrew/etc/perlbrew.fish + +# >>> conda initialize >>> +# !! Contents within this block are managed by 'conda init' !! +eval /opt/anaconda/bin/conda "shell.fish" "hook" $argv | source +# <<< conda initialize <<< + |