chore(conda): add conda paths

This commit is contained in:
Stefan Imhoff
2023-04-15 20:20:53 +02:00
parent a64f817ab9
commit 383866b0ba

View File

@@ -51,6 +51,13 @@ set --export FZF_TMUX_OPTS -p
set --export FZF_ALT_C_COMMAND "fd --type d $FD_OPTIONS --color=never --hidden"
set --export FZF_ALT_C_OPTS "--preview 'tree -C {} | head -50'"
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
if test -f /opt/homebrew/Caskroom/miniconda/base/bin/conda
eval /opt/homebrew/Caskroom/miniconda/base/bin/conda "shell.fish" hook $argv | source
end
# <<< conda initialize <<<
# Zoxide
zoxide init fish | source
@@ -152,7 +159,6 @@ alias gwr 'git worktree remove' # <path/name>
alias lg lazygit
alias gcrb 'git branch --sort=-committerdate | fzf --header "Checkout Recent Branch" --preview "git diff --color=always {1}" --pointer="" | xargs git checkout '
# Vim/Neovim
alias v vim