Sync from Windows

This commit is contained in:
js0ny 2025-03-07 15:02:52 +00:00
parent 85ac355294
commit 5593edde3a
8 changed files with 75 additions and 11 deletions

View file

@ -21,3 +21,17 @@ set --export PATH $BUN_INSTALL/bin $PATH
fish_add_path "$HOME/.moon/bin"
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
if test -f /home/js0ny/.local/anaconda3/bin/conda
eval /home/js0ny/.local/anaconda3/bin/conda "shell.fish" "hook" $argv | source
else
if test -f "/home/js0ny/.local/anaconda3/etc/fish/conf.d/conda.fish"
. "/home/js0ny/.local/anaconda3/etc/fish/conf.d/conda.fish"
else
set -x PATH "/home/js0ny/.local/anaconda3/bin" $PATH
end
end
# <<< conda initialize <<<