Skip to content

Instantly share code, notes, and snippets.

@electricgecko
Last active August 29, 2015 14:14
Show Gist options
  • Save electricgecko/6cb269455eecba543e63 to your computer and use it in GitHub Desktop.
Save electricgecko/6cb269455eecba543e63 to your computer and use it in GitHub Desktop.
Bash configuration
export PATH="/usr/local/mysql/bin:$PATH"
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session as a function
export PS1="\n\u@\h/\w > "
export EDITOR=/usr/bin/nano
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment