From: Travis Swicegood Date: Mon, 30 Apr 2012 16:09:46 +0000 (-0500) Subject: add a little docblock explaining about it X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=4c3f21ae0b260e32b99d2d1d2718cd785a2b497c;p=common%2Fbash_it.git add a little docblock explaining about it --- diff --git a/plugins/available/_xterm.plugins.bash b/plugins/available/_xterm.plugins.bash index 3e4ac9e..9c8c668 100644 --- a/plugins/available/_xterm.plugins.bash +++ b/plugins/available/_xterm.plugins.bash @@ -1,3 +1,11 @@ +# This plugin is known to cause issues on OS X with the evaluation of +# colors. Please read [issue 108] for more information. +# +# You can manually turn this on by symlinking it into your +# plugins/enabled/ directory. +# +# [issue 108]: https://github.com/revans/bash-it/issues/108 + set_xterm_title () { local title="$1" echo -ne "\e]0;$title\007"