mirror of
https://github.com/tmux-plugins/tmux-yank.git
synced 2026-09-10 07:36:17 -04:00
helpers: shellcheck lint
This commit is contained in:
parent
65a6d1df70
commit
3219c86ed2
|
|
@ -127,7 +127,7 @@
|
|||
elif command_exists "putclip"; then # cygwin clipboard command
|
||||
echo "putclip"
|
||||
elif [ -n "$(custom_copy_command)" ]; then
|
||||
echo "$(custom_copy_command)"
|
||||
custom_copy_command
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue