Skip to content

Instantly share code, notes, and snippets.

@StephenRadachy
Created July 26, 2014 22:05
Show Gist options
  • Save StephenRadachy/0959b02dd18cc87ca81a to your computer and use it in GitHub Desktop.
Save StephenRadachy/0959b02dd18cc87ca81a to your computer and use it in GitHub Desktop.
Elementary Bash Shell Config
if [ "$color_prompt" = yes ]; then
PS1="\[\033[0;105m\][elementary]\[\033[0m\] "
PS1='\[\033[1;105m\]\[\033[1;37m\][elementary]\[\033[0m\] '
else
PS1='[elementary] '
fi
# sets terminal window name
getdate=$(date '+%r')
echo -en "\033]0;Terminal - $getdate\a"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment