diff --git a/bashrc b/bashrc new file mode 100644 index 0000000..eb05b8d --- /dev/null +++ b/bashrc @@ -0,0 +1,6 @@ +# Check for an interactive session +[ -z "$PS1" ] && return + +alias ls='ls --color=auto' +alias vi='vim' +PS1='[\u@\h \W]\$ '