m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 00:03:39 -05:00

Implement bash auto-completion with fzf

This commit is contained in:
Junegunn Choi
2013-11-20 01:29:36 +09:00
parent e52a1d5fad
commit fa5617e076
4 changed files with 224 additions and 20 deletions

9
fzf-completion.zsh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/zsh
# ____ ____
# / __/___ / __/
# / /_/_ / / /_
# / __/ / /_/ __/
# /_/ /___/_/-completion.zsh
#
# TODO