Skip to content

Instantly share code, notes, and snippets.

@wayneeseguin
Forked from orlandolopez/bashrc
Created November 23, 2010 20:38
Show Gist options
  • Save wayneeseguin/712483 to your computer and use it in GitHub Desktop.
Save wayneeseguin/712483 to your computer and use it in GitHub Desktop.
# System-wide .bashrc file for interactive bash(1) shells.
if [ -z "$PS1" ]; then
: # no-op
fi
PS1='\h:\W \u\$ '
# Make bash check its window size after a process completes
shopt -s checkwinsize
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # This loads RVM into a shell session.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment