aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-22 10:47:03 -0300
committerEuAndreh <eu@euandre.org>2021-01-22 10:47:03 -0300
commitd902b45615ccdd51f316fe17cefa654d8536f47a (patch)
tree8610369fee514c60795cebf7d17bd4421f68936d
parentnixfmt (diff)
downloaddotfiles-d902b45615ccdd51f316fe17cefa654d8536f47a.tar.gz
dotfiles-d902b45615ccdd51f316fe17cefa654d8536f47a.tar.xz
ShellCheck
-rw-r--r--bash/fzf.sh1
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"