summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-09-01 18:46:00 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-09-01 18:46:00 +0900
commit655dfb832891bbb3424774e7f32cf2cef5ee8729 (patch)
tree88a42c1734c5fb31d0bc73a80359dd57cbe768dd /bin
parent9b9c67b768ce4986613e4162af1f57b5b21b5fa6 (diff)
[fzf-tmux] Remove cat command
Close #1039
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fzf-tmux1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/fzf-tmux b/bin/fzf-tmux
index d509f6af..d7ce7a62 100755
--- a/bin/fzf-tmux
+++ b/bin/fzf-tmux
@@ -176,7 +176,6 @@ close="; trap - EXIT SIGINT SIGTERM $close"
if [[ -n "$term" ]] || [[ -t 0 ]]; then
cat <<< "\"$fzf\" $opts > $fifo2; echo \$? > $fifo3 $close" >> $argsf
- cat $argsf
TMUX=$(echo $TMUX | cut -d , -f 1,2) tmux set-window-option synchronize-panes off \;\
set-window-option remain-on-exit off \;\
split-window $opt "cd $(printf %q "$PWD");$envs bash $argsf" $swap \