Skip to content

Commit

Permalink
♻️ Zsh: Move fzf configuration to zsh/other
Browse files Browse the repository at this point in the history
  • Loading branch information
ebouchut committed Aug 21, 2024
1 parent 0d080ae commit d99590d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion tag-zsh/zsh/other
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@ if [ -f ~/.fzf.zsh ]; then
--border sharp \
--layout reverse \
--prompt '∷ ' \
--pointer ▶"
-pointer ▶"

# Set up fzf key bindings and fuzzy completion
source <(fzf --zsh)
fi

#~~~~~~~~~~~~~
Expand Down
3 changes: 0 additions & 3 deletions tag-zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ source ~/.dotfiles/tag-zsh/zsh/other # 3rd party programs settings (non zsh)

# Source host local config file if any
[ -f ~/.zshrc.local ] && source ~/.zshrc.local

# Set up fzf key bindings and fuzzy completion
source <(fzf --zsh)

0 comments on commit d99590d

Please sign in to comment.