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/"
|
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 -
|
||||||
@@ -79,6 +76,9 @@ set --export FZF_ALT_C_OPTS "--preview 'tree -C {} | head -50'"
|
|||||||
|
|
||||||
set --export FZF_COMPLETE 0
|
set --export FZF_COMPLETE 0
|
||||||
|
|
||||||
|
# asdf Version Manager
|
||||||
|
source (brew --prefix asdf)/libexec/asdf.fish
|
||||||
|
|
||||||
# Conda
|
# Conda
|
||||||
set conda_path (brew --prefix)/Caskroom/miniconda/base/bin/conda
|
set conda_path (brew --prefix)/Caskroom/miniconda/base/bin/conda
|
||||||
if test -f $conda_path
|
if test -f $conda_path
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ set -g status-interval 1
|
|||||||
set -g focus-events on
|
set -g focus-events on
|
||||||
|
|
||||||
# Allow passthrough color escape sequences (Base16)
|
# Allow passthrough color escape sequences (Base16)
|
||||||
set -g allow-passthrough 1
|
# set -g allow-passthrough 1
|
||||||
|
|
||||||
# History
|
# History
|
||||||
set-option -g history-limit 50000
|
set-option -g history-limit 50000
|
||||||
|
|||||||
Reference in New Issue
Block a user