Skip to content

Instantly share code, notes, and snippets.

@fields
Created January 5, 2016 19:41
Show Gist options
  • Save fields/643287574520ac18a112 to your computer and use it in GitHub Desktop.
Save fields/643287574520ac18a112 to your computer and use it in GitHub Desktop.
Bash script to rename the current window
#!/bin/bash
echo -n -e "\033]0;$1\007"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment