finally fixed orgmode, cant forget to change conda path on laptop

This commit is contained in:
Tiago Sousa 2023-10-07 17:47:45 +01:00
parent 0c1feb7b06
commit 469c02ad73
3 changed files with 7 additions and 5 deletions

View file

@ -26,8 +26,8 @@ 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
if test -f /home/tsousa/.miniconda3/bin/conda
eval /home/tsousa/.miniconda3/bin/conda "shell.fish" "hook" $argv | source
end
# <<< conda initialize <<<
conda deactivate