diff options
author | Ben Sima <ben@bsima.me> | 2021-12-21 21:12:41 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-12-21 21:12:41 -0500 |
commit | 9a10f244693f4d0c17f4e758e64dbdc014299c9f (patch) | |
tree | e293cfae8637e54774c4a430b32b12dfcb3a1e2b /Biz/Ide/hoog.sh | |
parent | cf3fa3bdfab272151a734fe1b8725226b72f8521 (diff) |
Enable shellcheck lint and fix its warnings
Diffstat (limited to 'Biz/Ide/hoog.sh')
-rwxr-xr-x | Biz/Ide/hoog.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Ide/hoog.sh b/Biz/Ide/hoog.sh index 5379e54..3945f90 100755 --- a/Biz/Ide/hoog.sh +++ b/Biz/Ide/hoog.sh @@ -4,7 +4,7 @@ # set -euo pipefail HOOG="hoogle search --count=200" - export FZF_DEFAULT_COMMAND="$HOOG $@" + export FZF_DEFAULT_COMMAND="$HOOG $*" fzf \ --preview-window=down \ --preview "hoogle search --link --info {+2}" \ |