mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
feat: Adds fzf-tab plugin
This commit is contained in:
@@ -120,6 +120,7 @@ _source_if "${ZDOTDIR}/zsh-functions"
|
|||||||
# Plugins
|
# Plugins
|
||||||
zsh_add_plugin "zsh-users/zsh-autosuggestions"
|
zsh_add_plugin "zsh-users/zsh-autosuggestions"
|
||||||
zsh_add_plugin "zsh-users/zsh-syntax-highlighting"
|
zsh_add_plugin "zsh-users/zsh-syntax-highlighting"
|
||||||
|
zsh_add_plugin "Aloxaf/fzf-tab"
|
||||||
|
|
||||||
# Use fzf in history / search contexts.
|
# Use fzf in history / search contexts.
|
||||||
eval "$(fzf --zsh)"
|
eval "$(fzf --zsh)"
|
||||||
@@ -143,6 +144,8 @@ autoload bashcompinit && bashcompinit
|
|||||||
[[ -r "$PASSWORD_STORE_DIR/.extensions/completions/extensions.bash.completion" ]] && \
|
[[ -r "$PASSWORD_STORE_DIR/.extensions/completions/extensions.bash.completion" ]] && \
|
||||||
source "$PASSWORD_STORE_DIR/.extensions/completions/extensions.bash.completion"
|
source "$PASSWORD_STORE_DIR/.extensions/completions/extensions.bash.completion"
|
||||||
|
|
||||||
|
_source_if "$ZDOTDIR/plugins/fzf-tab/fzf-tab.plugin.zsh"
|
||||||
|
|
||||||
#------------------------------ prompt ------------------------------
|
#------------------------------ prompt ------------------------------
|
||||||
|
|
||||||
# Prompt / managed by brew. (`brew install starship`)
|
# Prompt / managed by brew. (`brew install starship`)
|
||||||
|
|||||||
Reference in New Issue
Block a user