fox error on non/macs
This commit is contained in:
parent
9d409c06ea
commit
92d779e991
@ -71,21 +71,24 @@ function conda
|
||||
micromamba $argv
|
||||
end
|
||||
|
||||
if [ -e /home/anton/.nix-profile/etc/profile.d/nix.fish ]; . /home/anton/.nix-profile/etc/profile.d/nix.fish; end
|
||||
if [ -e /opt/homebrew/bin/micromamba ];
|
||||
|
||||
# The next line updates PATH for the Google Cloud SDK.
|
||||
if [ -f "/Users/anton/dev/google-cloud-sdk/path.fish.inc" ]
|
||||
. "/Users/anton/dev/google-cloud-sdk/path.fish.inc";
|
||||
end
|
||||
|
||||
direnv hook fish | source
|
||||
if [ -f '~/.config/op/plugins.sh' ]; source ~/.config/op/plugins.sh; end
|
||||
|
||||
# >>> mamba initialize >>>
|
||||
# >>> mamba initialize >>>
|
||||
# !! Contents within this block are managed by 'mamba init' !!
|
||||
set -gx MAMBA_EXE "/opt/homebrew/bin/micromamba"
|
||||
set -gx MAMBA_ROOT_PREFIX "/Users/anton/micromamba"
|
||||
$MAMBA_EXE shell hook --shell fish --root-prefix $MAMBA_ROOT_PREFIX | source
|
||||
# <<< mamba initialize <<<
|
||||
|
||||
end
|
||||
|
||||
if [ -e /home/anton/.nix-profile/etc/profile.d/nix.fish ]; . /home/anton/.nix-profile/etc/profile.d/nix.fish; end
|
||||
|
||||
# The next line updates PATH for the Google Cloud SDK.
|
||||
if [ -f "/Users/anton/dev/google-cloud-sdk/path.fish.inc" ]
|
||||
. "/Users/anton/dev/google-cloud-sdk/path.fish.inc"
|
||||
end
|
||||
|
||||
direnv hook fish | source
|
||||
if [ -f '~/.config/op/plugins.sh' ]; source ~/.config/op/plugins.sh; end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user