fix(fish): problem with loading order of asdf

This commit is contained in:
Stefan Imhoff
2024-03-16 12:46:12 +01:00
parent e9d3173423
commit 948ea065a8
2 changed files with 4 additions and 4 deletions

View File

@@ -9,9 +9,6 @@ if status --is-interactive
set BASE16_SHELL "$HOME/.config/base16-shell/"
source "$BASE16_SHELL/profile_helper.fish"
end
#
# asdf Version Manager
source (brew --prefix asdf)/libexec/asdf.fish
# Use wezterm.terminfo
# curl https://raw.githubusercontent.com/wez/wezterm/master/termwiz/data/wezterm.terminfo | tic -x -
@@ -79,6 +76,9 @@ set --export FZF_ALT_C_OPTS "--preview 'tree -C {} | head -50'"
set --export FZF_COMPLETE 0
# asdf Version Manager
source (brew --prefix asdf)/libexec/asdf.fish
# Conda
set conda_path (brew --prefix)/Caskroom/miniconda/base/bin/conda
if test -f $conda_path

View File

@@ -34,7 +34,7 @@ set -g status-interval 1
set -g focus-events on
# Allow passthrough color escape sequences (Base16)
set -g allow-passthrough 1
# set -g allow-passthrough 1
# History
set-option -g history-limit 50000