prezto/modules/osx/functions/tab-title
2017-04-11 13:27:58 +02:00

14 lines
157 B
Text

#
# Changes the current tab title
#
# Authors:
# nstCactus <snstCactus@gmail.com>
#
function tab-title {
echo -ne "\033]0;"$*"\007"
}
tab-title "$@"