mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
fix(fish): make sure asdf is at the start of the path
This commit is contained in:
@@ -72,9 +72,6 @@ set -x VOLTA_HOME $HOME/.volta
|
||||
|
||||
# *** *** Session Paths *** ***
|
||||
|
||||
# Homebrew
|
||||
eval "$($brew_prefix/bin/brew shellenv)"
|
||||
|
||||
# asdf
|
||||
set -l asdf_path (brew --prefix asdf)
|
||||
if test -f $asdf_path/libexec/asdf.fish
|
||||
@@ -82,6 +79,9 @@ if test -f $asdf_path/libexec/asdf.fish
|
||||
set -x PATH $HOME/.asdf/shims $PATH
|
||||
end
|
||||
|
||||
# Homebrew
|
||||
eval "$($brew_prefix/bin/brew shellenv)"
|
||||
|
||||
# Volta
|
||||
set -x PATH $PATH $VOLTA_HOME/bin
|
||||
|
||||
@@ -106,6 +106,9 @@ set -x PATH $PATH /usr/bin
|
||||
set -x PATH $PATH /usr/local/bin
|
||||
set -x PATH $PATH /usr/local/sbin
|
||||
|
||||
# Make sure asdf comes first
|
||||
set -x PATH $HOME/.asdf/shims $PATH
|
||||
|
||||
# Stable Diffusion Webui
|
||||
# set VIRTUAL_ENV $HOME/Code/AI/stable-diffusion-webui/venv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user