From 95f88dee38d2339d0bbb95ae954d26a9db7a3553 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Thu, 9 Feb 2017 15:01:48 +0100 Subject: [PATCH] =?UTF-8?q?replaced=20the=20fancy=20=E2=96=BA=5F=E2=97=84?= =?UTF-8?q?=20heredoc=20EOF=20marker=20to=20make=20Raspberry=20Pis=20happy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 0fde0bc..967daf5 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,4 +1,4 @@ -# cat << ►_◄ > /dev/null +# cat << EOF > /dev/null # https://github.com/gpakosz/.tmux # (‑●‑●)> released under the WTFPL v2 license, by Gregory Pakosz (@gpakosz) # /!\ do not edit this file @@ -144,7 +144,7 @@ if '[ -f ~/.tmux.conf.local ]' 'source ~/.tmux.conf.local' run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration' -# ►_◄ +# EOF # # # exit the script if any statement returns a non-true return value # set -e