Skip to content

Instantly share code, notes, and snippets.

@shazron
Created March 23, 2022 07:36
Show Gist options
  • Save shazron/f2616ae5b98dd5c53ddf32a1aa1eeb46 to your computer and use it in GitHub Desktop.
Save shazron/f2616ae5b98dd5c53ddf32a1aa1eeb46 to your computer and use it in GitHub Desktop.
iterm2-add-working-directory-name-as-tab-title
if [ $ITERM_SESSION_ID ]; then
precmd() {
echo -ne "\033]0;${PWD##*/}\007"
}
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment