Use shell scripts from fzf

This commit is contained in:
Paweł Płazieński 2024-02-27 20:13:50 +01:00
parent 4fd2372dc9
commit 09324bb670

View File

@ -14,7 +14,7 @@ zplug "zsh-users/zsh-syntax-highlighting"
zplug "zsh-users/zsh-autosuggestions" zplug "zsh-users/zsh-autosuggestions"
zplug "zsh-users/zsh-history-substring-search" zplug "zsh-users/zsh-history-substring-search"
zplug "zsh-users/zsh-completions" zplug "zsh-users/zsh-completions"
zplug "junegunn/fzf" zplug "junegunn/fzf", use:"shell/*.zsh"
if ! zplug check --verbose; then if ! zplug check --verbose; then
printf "Install? [y/N]: " printf "Install? [y/N]: "