This commit is contained in:
Tiago Sousa 2023-09-24 16:04:16 +01:00
commit 521d292e50
3 changed files with 10 additions and 2 deletions

View file

@ -20,3 +20,11 @@ fish_add_path $HOME/.cargo/bin/
starship init fish | source
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
if test -f /home/tsousa/miniconda3/bin/conda
eval /home/tsousa/miniconda3/bin/conda "shell.fish" "hook" $argv | source
end
# <<< conda initialize <<<