From 3046b85fad575ae0b00fb192bf08e969bc17a9ce Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Wed, 22 Jan 2020 19:21:11 -0500 Subject: zsh/fuzzy: remove redundant space --- dot_zsh/plugins/fuzzy | 1 - 1 file changed, 1 deletion(-) (limited to 'dot_zsh/plugins/fuzzy') diff --git a/dot_zsh/plugins/fuzzy b/dot_zsh/plugins/fuzzy index eadedd1..ed419c1 100644 --- a/dot_zsh/plugins/fuzzy +++ b/dot_zsh/plugins/fuzzy @@ -1,5 +1,4 @@ #!/bin/zsh - (( $+commands[fd] )) || return # find(1) sucks, not worth without fd # if it's not set yet, set it -- cgit v1.2.3