2009-03-27 11:34:11 +00:00
|
|
|
# .bashrc
|
|
|
|
|
2012-05-03 08:19:31 +00:00
|
|
|
# If not running interactively, don't do anything
|
|
|
|
[[ $- != *i* ]] && return
|
2009-03-27 11:34:11 +00:00
|
|
|
|
2012-05-03 08:19:31 +00:00
|
|
|
# Source global definitions
|
2013-01-27 07:04:38 +00:00
|
|
|
[ -f /etc/bashrc ] && . /etc/bashrc
|
2011-02-22 15:14:10 +00:00
|
|
|
|
2012-05-03 08:19:31 +00:00
|
|
|
alias ls='ls --color=auto'
|
|
|
|
PS1='[\u@\h \W]\$ '
|