This commit is contained in:
Barrett Ruth 2026-02-18 12:43:32 -05:00
parent 9c1fc433e4
commit 1100b92625
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 29 additions and 7 deletions

View file

@ -15,6 +15,11 @@ export THEME="${THEME:-midnight}"
export FZF_COMPLETION_TRIGGER=';'
export FZF_TMUX=1
eval "$(fzf --bash)"
eval "$(zoxide init bash)"
eval "$(direnv hook bash)"
eval "$(starship init bash)"
fzf-config-widget() {
local file
file="$(FZF_CTRL_T_COMMAND="fd --type file --hidden . \"$XDG_CONFIG_HOME\"/nix | sed \"s|$HOME|~|g\"" fzf --reverse)" || return