Skip to content

Instantly share code, notes, and snippets.

@ciembor
Created August 16, 2011 20:41
Show Gist options
  • Save ciembor/1150119 to your computer and use it in GitHub Desktop.
Save ciembor/1150119 to your computer and use it in GitHub Desktop.
My PC .bashrc with custom prompt and colorful ls
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