Remove spurious command.

This commit is contained in:
Lifepillar
2019-03-06 10:59:35 +01:00
parent 5a8548ae4d
commit 29b2bd391a

View File

@@ -17,7 +17,6 @@ if [ "${TERM%%-*}" = 'linux' ]; then
fi
if [[ "$TERM" =~ "^(tmux|screen).*" && -n "$TMUX" ]]; then
echo "OKOKOKOKOKOKOK"
# tell tmux to pass the escape sequences through
# (Source: http://permalink.gmane.org/gmane.comp.terminal-emulators.tmux.user/1324)
printf_template="\033Ptmux;\033\033]4;%d;rgb:%s\007\033\\"