Skip to content

Commit

Permalink
fix fzf base dir
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Mar 19, 2024
1 parent fd610e9 commit 9a4bf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/.config/zsh/legacy/fzf.zsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fzf_base="/usr/share/fzf"
fzf_base="/usr/share/doc/fzf/examples"
if type fzf-share >/dev/null 2>&1; then
fzf_base=$(fzf-share)
fi
Expand Down

0 comments on commit 9a4bf40

Please sign in to comment.