fix shellcheck grep -c warning

This commit is contained in:
Jorge Morante 2016-05-12 09:08:34 +02:00
parent 9f5e8af84f
commit 22a660bc77
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
TMUX_COPY_MODE=$(tmux show-option -gwv mode-keys)
HAS_TMUX_YANK=$(tmux list-keys | grep tmux-yank | wc -l)
HAS_TMUX_YANK=$(tmux list-keys | grep -c tmux-yank)
function start_copy_mode() {
tmux copy-mode