finally fixed orgmode, cant forget to change conda path on laptop
This commit is contained in:
parent
0c1feb7b06
commit
469c02ad73
3 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue