Skip to content

Instantly share code, notes, and snippets.

@utternerd
Created December 7, 2014 21:57
Show Gist options
  • Save utternerd/7fb1c923c7c2e8617176 to your computer and use it in GitHub Desktop.
Save utternerd/7fb1c923c7c2e8617176 to your computer and use it in GitHub Desktop.
Set Window Title in Bash
# change window title
echo -ne "\033]0; ${USER}@${HOSTNAME} +${SHLVL} @${SSH_TTY/\/dev\/} - `uptime` \007"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment