mirror of
https://github.com/junegunn/fzf
synced 2024-10-30 09:20:14 +00:00
Minor code cleanup
This commit is contained in:
parent
a568120e42
commit
26b9100709
@ -80,9 +80,9 @@ _fzf_dir_completion() {
|
||||
}
|
||||
|
||||
_fzf_feed_fifo() (
|
||||
rm -f "$fifo"
|
||||
mkfifo "$fifo"
|
||||
cat <&0 > "$fifo" &
|
||||
rm -f "$1"
|
||||
mkfifo "$1"
|
||||
cat <&0 > "$1" &
|
||||
)
|
||||
|
||||
_fzf_complete() {
|
||||
|
Loading…
Reference in New Issue
Block a user