diff options
| author | 2020-01-22 19:21:11 -0500 | |
|---|---|---|
| committer | 2020-01-22 19:21:11 -0500 | |
| commit | 3046b85fad575ae0b00fb192bf08e969bc17a9ce (patch) | |
| tree | 60ab7a7d00cf16060d9c448661ed919f1ba0932a /dot_zsh | |
| parent | zsh: exa plugins checks for bin presence (diff) | |
zsh/fuzzy: remove redundant space
Diffstat (limited to 'dot_zsh')
| -rw-r--r-- | dot_zsh/plugins/fuzzy | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
