fox error on non/macs
This commit is contained in:
parent
9d409c06ea
commit
92d779e991
@ -71,15 +71,7 @@ function conda
|
|||||||
micromamba $argv
|
micromamba $argv
|
||||||
end
|
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' !!
|
# !! Contents within this block are managed by 'mamba init' !!
|
||||||
@ -88,4 +80,15 @@ set -gx MAMBA_ROOT_PREFIX "/Users/anton/micromamba"
|
|||||||
$MAMBA_EXE shell hook --shell fish --root-prefix $MAMBA_ROOT_PREFIX | source
|
$MAMBA_EXE shell hook --shell fish --root-prefix $MAMBA_ROOT_PREFIX | source
|
||||||
# <<< mamba initialize <<<
|
# <<< 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