This website requires JavaScript.
Explore
Help
Sign in
jonny
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
95153292ea
dotfiles
/
zsh
/
plugins
/
fzf.plugin.zsh
7 lines
102 B
Bash
Raw
Normal View
History
Unescape
Escape
USe sheldon to load plugins and source extra commands
2024-07-06 11:44:31 +01:00
#!/usr/bin/env zsh
# Setup fzf completions
Update command checks to use a faster method
2024-07-06 12:18:09 +01:00
if
(
(
${
+commands[fzf]
}
)
)
;
then
USe sheldon to load plugins and source extra commands
2024-07-06 11:44:31 +01:00
eval
"
$(
fzf --zsh
)
"
fi
Reference in a new issue
Copy permalink