bashrc 161 B

1234567891011
  1. # .bashrc
  2. # If not running interactively, don't do anything
  3. [[ $- != *i* ]] && return
  4. alias ls='ls --color=auto'
  5. alias vi='vim'
  6. #PS1='[\u@\h \W]\$ '
  7. PS1='$ '