Adding a boring bashrc for now

This commit is contained in:
Dustin Swan
2011-08-24 03:14:07 -04:00
parent d9eed1ab9a
commit c34d2bb8f1

6
bashrc Normal file
View File

@@ -0,0 +1,6 @@
# Check for an interactive session
[ -z "$PS1" ] && return
alias ls='ls --color=auto'
alias vi='vim'
PS1='[\u@\h \W]\$ '