Skip to content

Instantly share code, notes, and snippets.

@alexwolfe
Created April 3, 2014 04:33
Show Gist options
  • Save alexwolfe/9948307 to your computer and use it in GitHub Desktop.
Save alexwolfe/9948307 to your computer and use it in GitHub Desktop.
Terminal Customizations
###########################################
## TERMINAL CUSTOMIZATIONS ################
###########################################
## CUSTOM TAB NAME
function tabname {
printf "\e]1;$1\a"
}
## CUSTOM WINDOW NAME
function winname {
printf "\e]2;$1\a"
}
## CUSTOM USER NAME
export PS1="\[\e[1;31m\]WOLFE\[\e[m\] \[\e[1;37m\]\W\[\e[m\] \[\e[0;33m\]ϟ\[\e[m\] "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment