Skip to content

Commit

Permalink
Hide group names in fzf-tab-complete.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Feb 26, 2020
1 parent 6cab3d2 commit 26dca66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ if command -v fzf >/dev/null 2>&1; then
[ -f /etc/profile.d/fzf.zsh ] && source /etc/profile.d/fzf.zsh;
else
antigen bundle fzf
# antigen bundle zsh-interactive-cd

export FZF_TAB_SHOW_GROUP=brief # Hide group names
antigen bundle Aloxaf/fzf-tab

antigen bundle andrewferrier/fzf-z
fi

Expand Down

0 comments on commit 26dca66

Please sign in to comment.