From thrillfreak23, 5 Days ago, written in Plain Text.
This paste will check out in 3 Weeks.
Embed
  1. #
  2. # ~/.bashrc
  3. #
  4.  
  5. # If not running interactively, don't do anything
  6. [[ $- != *i* ]] && return
  7.  
  8. set -o vi
  9. shopt -s autocd
  10. shopt -s globstar
  11.  
  12. test -f ~/.alias && source ~/.alias
  13.  
  14. alias ls='ls --color=auto'
  15. alias grep='grep --color=auto'
  16. # PS1='[\u@\h \W]\$ '
  17.  
captcha