diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-17 15:56:33 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-17 15:56:33 -0300 |
| commit | dcac0a622c25054dd3664aaa8be950ed9ba2c493 (patch) | |
| tree | 522df1f31ef783b9be5009070df9e709a48f8bb5 | |
| parent | fake-symlinks: Add space after __ENABLE_CI__ marker (diff) | |
| download | dotfiles-dcac0a622c25054dd3664aaa8be950ed9ba2c493.tar.gz dotfiles-dcac0a622c25054dd3664aaa8be950ed9ba2c493.tar.xz | |
bash/fzf.sh: ShellCheck
| -rw-r--r-- | bash/fzf.sh | 2 |
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" |
