mirror of
1
0
Fork 0
This commit is contained in:
Gregory Pakosz 2018-09-09 09:55:35 +02:00
parent 53abb926f0
commit 3141975157
1 changed files with 0 additions and 3 deletions

View File

@ -623,8 +623,6 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# }
#
# _copy() {
# exec 2> /tmp/log.txt
# set -x
# tty="$SSH_TTY"
# tty=${tty:-$1}
# tty=${tty:-$(tmux display -p '#{pane_tty}')}
@ -647,7 +645,6 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# fi
#
# printf '\033Ptmux;\033\033]52;c;%s\a\033\\' "$(printf %s "$buffer" | head -c 74994 | base64)" > "$tty"
# set +x
# }
#
# _apply_overrides() {