From 948ea065a8e1c251067b6a2eaf3d8757168c85d2 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 16 Mar 2024 12:46:12 +0100 Subject: [PATCH] fix(fish): problem with loading order of asdf --- fish/config.fish | 6 +++--- tmux/tmux.conf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fish/config.fish b/fish/config.fish index 0da0d47..216d1f9 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -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 diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 2c6301f..755ecb9 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -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