Add fzf theme catppuccin, also initialize fzf if built from source

This commit is contained in:
Martin Larsson 2024-05-28 23:10:14 +02:00
parent 3c9d33fa71
commit d2bc3beca4
2 changed files with 76 additions and 0 deletions

View file

@ -105,6 +105,7 @@ if [[ "$(uname)" != "Darwin" ]]; then
fi
# Shell integration
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
eval "$(fzf --zsh)"
eval "$(zoxide init --cmd cd zsh)"
@ -114,3 +115,4 @@ if [[ -z $ZELLIJ ]]; then
fi
fastfetch