# ~/.bashrc: executed by bash(1) for non-login shells.

#export PS1='\h:\w\$ '
umask 022

# You may uncomment the following lines if you want `ls' to be colorized:
# export LS_OPTIONS='--color=auto'
# eval "`dircolors`"
# alias ls='ls $LS_OPTIONS'
# alias ll='ls $LS_OPTIONS -l'
# alias l='ls $LS_OPTIONS -lA'
#
# Some more alias to avoid making mistakes:
# alias rm='rm -i'
# alias cp='cp -i'
# alias mv='mv -i'

#export PS1="\[$(tput bold)$(tput setf 4)\]\u@\h \w\[$(tput sgr0)\] $ "
export PS1="\n\[\033[1;31m\]\u@\h\[\033[0;33m\] #\$(date +%H:%M:%S) \\[\033[0;34m\][\[\033[1;32m\]\w\[\033[0;34m\]] \n\[\033[1;37m\]bash\!#>\[\033[0;37m\] "
export PS2="...>"

alias ls='ls --color=auto'
alias grep='grep --color'