Skip to content

Instantly share code, notes, and snippets.

@jlengrand
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlengrand/0215cc6b4144b176094e to your computer and use it in GitHub Desktop.
Save jlengrand/0215cc6b4144b176094e to your computer and use it in GitHub Desktop.
.bashrc pour bilou
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
source ~/.rvm/scripts/rvm
export PS1="\[\033[0;31m\][\u@\h:\w]$\[\033[0m\] "
#adding my own scripts
export PATH="$PATH:$HOME/bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment