# .bashrc
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
# Source global definitions
[ -f /etc/bashrc ] && ./etc/bashrc
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '