add a little docblock explaining about it

pull/117/merge
Travis Swicegood 2012-04-30 11:09:46 -05:00
parent 576fcb6c6f
commit 4c3f21ae0b
1 changed files with 8 additions and 0 deletions

View File

@ -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 () { set_xterm_title () {
local title="$1" local title="$1"
echo -ne "\e]0;$title\007" echo -ne "\e]0;$title\007"