Created
August 16, 2011 20:41
-
-
Save ciembor/1150119 to your computer and use it in GitHub Desktop.
My PC .bashrc with custom prompt and colorful ls
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[0;97m\]\u@\h\[\e[m\] \[\e[0;96m\]\W\[\e[m\]]\[\e[;97m\]\$\[\e[m\] \[\e[0;97m\]' | |
alias ls="ls --color=always" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment