diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..aced25d --- /dev/null +++ b/.bashrc @@ -0,0 +1,9 @@ +export LS_OPTIONS='--color=auto' +eval "`dircolors`" +alias ls='ls $LS_OPTIONS' +alias ll='ls $LS_OPTIONS -l' +alias l='ls $LS_OPTIONS -lA' + +if shopt -q login_shell; then + echo -en "\033]0;$(hostname -f)\a" +fi