.bashrc 135 B

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