chore: updates

This commit is contained in:
Afonso Franco 2023-09-27 12:46:33 +01:00
parent b88cf78d26
commit 06e4ee6088
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
23 changed files with 340 additions and 2363 deletions

View file

@ -21,8 +21,17 @@ source ~/.config/fish/myfunctions/pacman.fish
source ~/.config/fish/myfunctions/qol.fish
source ~/.config/fish/myfunctions/replacements.fish
starship init fish | source
# bun
set --export BUN_INSTALL "$HOME/.bun"
set --export PATH $BUN_INSTALL/bin $PATH
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
if test -f /home/afonso/miniconda3/bin/conda
eval /home/afonso/miniconda3/bin/conda "shell.fish" "hook" $argv | source
end
# <<< conda initialize <<<
conda deactivate
starship init fish | source