Skip to content

Commit

Permalink
Update fzf script sourcing
Browse files Browse the repository at this point in the history
  • Loading branch information
ikanago committed Jun 17, 2024
1 parent de61ad4 commit 2214087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/dot_zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ bindkey "^g" search_ghq
eval "$(starship init zsh)"

# fzf
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
source <(fzf --zsh)

# pyenv
if command -v pyenv 1>/dev/null 2>&1; then
Expand Down

0 comments on commit 2214087

Please sign in to comment.