mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix(asdf): add asdf binaries to path
This commit is contained in:
@@ -9,6 +9,9 @@ if status --is-interactive
|
|||||||
set BASE16_SHELL "$HOME/.config/base16-shell/"
|
set BASE16_SHELL "$HOME/.config/base16-shell/"
|
||||||
source "$BASE16_SHELL/profile_helper.fish"
|
source "$BASE16_SHELL/profile_helper.fish"
|
||||||
end
|
end
|
||||||
|
#
|
||||||
|
# asdf Version Manager
|
||||||
|
source (brew --prefix asdf)/libexec/asdf.fish
|
||||||
|
|
||||||
# Use wezterm.terminfo
|
# Use wezterm.terminfo
|
||||||
# curl https://raw.githubusercontent.com/wez/wezterm/master/termwiz/data/wezterm.terminfo | tic -x -
|
# curl https://raw.githubusercontent.com/wez/wezterm/master/termwiz/data/wezterm.terminfo | tic -x -
|
||||||
@@ -32,6 +35,7 @@ set PATH /usr/local/sbin $PATH
|
|||||||
set PATH ~/.dotfiles/bin $PATH
|
set PATH ~/.dotfiles/bin $PATH
|
||||||
set PATH ~/.dotfiles/private/bin $PATH
|
set PATH ~/.dotfiles/private/bin $PATH
|
||||||
set PATH ~/.local/bin $PATH
|
set PATH ~/.local/bin $PATH
|
||||||
|
set PATH ~/.asdf/shims $PATH
|
||||||
|
|
||||||
# Homebrew Command Not Found
|
# Homebrew Command Not Found
|
||||||
set HB_CNF_HANDLER (brew --repository)"/Library/Taps/homebrew/homebrew-command-not-found/handler.fish"
|
set HB_CNF_HANDLER (brew --repository)"/Library/Taps/homebrew/homebrew-command-not-found/handler.fish"
|
||||||
@@ -52,9 +56,6 @@ set --export BAT_THEME Catppuccin-mocha
|
|||||||
# Stable Diffusion Webui
|
# Stable Diffusion Webui
|
||||||
set VIRTUAL_ENV $HOME/Code/AI/stable-diffusion-webui/venv
|
set VIRTUAL_ENV $HOME/Code/AI/stable-diffusion-webui/venv
|
||||||
|
|
||||||
# asdf Version Manager
|
|
||||||
source (brew --prefix)/opt/asdf/libexec/asdf.fish
|
|
||||||
|
|
||||||
# Atuin
|
# Atuin
|
||||||
atuin init fish | source
|
atuin init fish | source
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user