Skip to content

Instantly share code, notes, and snippets.

@sarim
Created August 22, 2014 12:10
Show Gist options
  • Select an option

  • Save sarim/d3e30d578e3d067c3729 to your computer and use it in GitHub Desktop.

Select an option

Save sarim/d3e30d578e3d067c3729 to your computer and use it in GitHub Desktop.
__gittu_tab_title ()
{
TABTITLE=${PWD##*/}
if [ $PWD == $HOME ] ; then
TABTITLE="~"
fi
echo $TABTITLE
}
export PROMPT_COMMAND='echo -ne "\033]0;$(__gittu_tab_title)\007"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment