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