Skip to content

Commit

Permalink
zsh: Remove fzf from z.lua init
Browse files Browse the repository at this point in the history
  • Loading branch information
mfussenegger committed Oct 5, 2023
1 parent 902a24b commit ab914a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ source ~/.zsh/plugins/pure.zsh
[ -f ~/.zshrc.secret ] && source ~/.zshrc.secret

[ -f ~/.dircolors ] && eval $(dircolors ~/.dircolors)
eval "$(lua ~/.zsh/plugins/z.lua --init zsh once enhanced fzf)"
eval "$(lua ~/.zsh/plugins/z.lua --init zsh once enhanced)"

0 comments on commit ab914a2

Please sign in to comment.