Guest User

Untitled

a guest
Jul 15th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. # System-wide .bashrc file for interactive bash(1) shells.
  2. if [ -z "$PS1" ]; then
  3. : # no-op
  4. fi
  5.  
  6. PS1='\h:\W \u\$ '
  7. # Make bash check its window size after a process completes
  8. shopt -s checkwinsize
  9.  
  10. [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # This loads RVM into a shell session.
Add Comment
Please, Sign In to add comment