updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / bash-static / dot.bashrc
bloba355b0cd3267334cbec1a524ec024d59d5b5e0b2
2 # ~/.bashrc
5 # If not running interactively, don't do anything
6 [[ $- != *i* ]] && return
8 alias ls='ls --color=auto'
9 PS1='[\u@\h \W]\$ '