diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-10-29 21:31:00 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-10-29 21:31:00 +0100 |
commit | 405f9784645ca6127298022ad41ef3f72edabc3a (patch) | |
tree | f2d11f3796faced31158c277ed62137b7a533a6a /fish | |
parent | 540009e1d3eebcf3905653f8f71483f3bdfae1d4 (diff) |
Removed conda
Diffstat (limited to 'fish')
-rw-r--r-- | fish/config.fish | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fish/config.fish b/fish/config.fish index dbf0829..fa7d439 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -47,9 +47,3 @@ 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 <<< - |