1
0
Fork 0
mirror of synced 2024-05-27 04:21:08 -04:00

replaced the fancy ►_◄ heredoc EOF marker to make Raspberry Pis happy

This commit is contained in:
Gregory Pakosz 2017-02-09 15:01:48 +01:00
parent 718adf13e3
commit 95f88dee38

View file

@ -1,4 +1,4 @@
# cat << ►_◄ > /dev/null # cat << EOF > /dev/null
# https://github.com/gpakosz/.tmux # https://github.com/gpakosz/.tmux
# (‑●‑●)> released under the WTFPL v2 license, by Gregory Pakosz (@gpakosz) # (‑●‑●)> released under the WTFPL v2 license, by Gregory Pakosz (@gpakosz)
# /!\ do not edit this file # /!\ 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' run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# ►_◄ # EOF
# #
# # exit the script if any statement returns a non-true return value # # exit the script if any statement returns a non-true return value
# set -e # set -e