Skip to content

Instantly share code, notes, and snippets.

@pera
Last active April 23, 2017 20:19
Show Gist options
  • Save pera/5b3c312aff9a25ccf7d9 to your computer and use it in GitHub Desktop.
Save pera/5b3c312aff9a25ccf7d9 to your computer and use it in GitHub Desktop.
.bash_profile
PS1='\[\e[1m\]\u@\h:\w\$\[\e[0m\] '
[ -r ~/.profile ] && . ~/.profile
[ -r ~/.bashrc ] && . ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment