Skip to content

Commit

Permalink
adding fzf completion check (ubuntu)
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Nov 15, 2024
1 parent e58cb43 commit 6b361fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/zsh/files/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,8 @@ done


# Shell integrations
if [[ -f ~/.fzf.zsh ]]; then
source ~/.fzf.zsh
fi
eval "$(fzf --zsh)"
eval "$(zoxide init --cmd cd zsh)"

0 comments on commit 6b361fb

Please sign in to comment.