From 050fa6629c3ccd9c3c18e89db2f5fb9c2ad2cf02 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 18 Feb 2026 13:15:20 -0500 Subject: [PATCH] fix(shell): init order --- config/bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/bash/bashrc b/config/bash/bashrc index d30c8a3..6581858 100644 --- a/config/bash/bashrc +++ b/config/bash/bashrc @@ -16,9 +16,9 @@ export FZF_COMPLETION_TRIGGER=';' export FZF_TMUX=1 eval "$(fzf --bash)" -eval "$(zoxide init bash)" eval "$(direnv hook bash)" eval "$(starship init bash)" +eval "$(zoxide init bash)" fzf-config-widget() { local file