Add fzf theme catppuccin, also initialize fzf if built from source
This commit is contained in:
parent
3c9d33fa71
commit
d2bc3beca4
2 changed files with 76 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue