diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-22 10:47:03 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-22 10:47:03 -0300 |
| commit | d902b45615ccdd51f316fe17cefa654d8536f47a (patch) | |
| tree | 8610369fee514c60795cebf7d17bd4421f68936d | |
| parent | nixfmt (diff) | |
| download | dotfiles-d902b45615ccdd51f316fe17cefa654d8536f47a.tar.gz dotfiles-d902b45615ccdd51f316fe17cefa654d8536f47a.tar.xz | |
ShellCheck
| -rw-r--r-- | bash/fzf.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/fzf.sh b/bash/fzf.sh index b87979df..04f45d9c 100644 --- a/bash/fzf.sh +++ b/bash/fzf.sh @@ -61,6 +61,7 @@ v() { f="$(echo "$V_FILES" | awk /./ | fzf-tmux --select-1 --exit-0 --query "$1")" if [ -n "$f" ]; then history -s v "$@" + # shellcheck disable=2088 history -s vi "~/$f" echo "$f" vi "$HOME/$f" |
