mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix(fish): problem with loading order of asdf
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user