Use shell scripts from fzf
This commit is contained in:
parent
4fd2372dc9
commit
09324bb670
@ -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]: "
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user