mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore: rewrite conda setup to run on Intel and Silicon Macs
This commit is contained in:
@@ -51,12 +51,11 @@ 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
|
||||
# Conda
|
||||
set conda_path (brew --prefix)/Caskroom/miniconda/base/bin/conda
|
||||
if test -f $conda_path
|
||||
eval $conda_path "shell.fish" hook $argv | source
|
||||
end
|
||||
# <<< conda initialize <<<
|
||||
|
||||
# Zoxide
|
||||
zoxide init fish | source
|
||||
|
||||
Reference in New Issue
Block a user