aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-17 15:56:33 -0300
committerEuAndreh <eu@euandre.org>2021-01-17 15:56:33 -0300
commitdcac0a622c25054dd3664aaa8be950ed9ba2c493 (patch)
tree522df1f31ef783b9be5009070df9e709a48f8bb5
parentfake-symlinks: Add space after __ENABLE_CI__ marker (diff)
downloaddotfiles-dcac0a622c25054dd3664aaa8be950ed9ba2c493.tar.gz
dotfiles-dcac0a622c25054dd3664aaa8be950ed9ba2c493.tar.xz
bash/fzf.sh: ShellCheck
-rw-r--r--bash/fzf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/fzf.sh b/bash/fzf.sh
index 8894c9b1..d9c36039 100644
--- a/bash/fzf.sh
+++ b/bash/fzf.sh
@@ -67,7 +67,7 @@ dev/libre/others/dinheiros/money.ledger
v() {
f="$(echo "$V_FILES" | awk /./ | fzf-tmux --select-1 --exit-0 --query "$1")"
if [ -n "$f" ]; then
- history -s v $@
+ history -s v "$@"
history -s vi "$f"
echo "$f"
vi "$HOME/$f"