Skip to content

Instantly share code, notes, and snippets.

@maelvls
Last active August 29, 2015 14:01
Show Gist options
  • Save maelvls/e7f439bd4e0b5272011c to your computer and use it in GitHub Desktop.
Save maelvls/e7f439bd4e0b5272011c to your computer and use it in GitHub Desktop.
.bashrc
PS1=$'\\[\\033[1;33m\\]\\u\\[\\033[1;37m\\]@\\[\\033[1;32m\\]\\h\\[\\033[1;37m\\]:\\[\\033[1;31m\\]\\w \\[\\033[1;36m\\]\\$ \\[\\033[0m\\]'
PS2=$'> '
PS4=$'+ '
alias ls='ls -G'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment