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