Last active
April 23, 2017 20:19
-
-
Save pera/5b3c312aff9a25ccf7d9 to your computer and use it in GitHub Desktop.
.bash_profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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