# .bashrc # User specific aliases and functions alias vi='vim' function combo { PS1="\[\033[01;34;01m\]\333\262\261\260\[\033[01;37;44m\]\u@\h\[\033[00;34;40m\]\260\261\262\333\[\033[00;34;40m\]\333\262\261\260\[\033[01;37;40m\] \d \$(date +%I:%M:%S%P)\n\[\033[01;33;40m\]$PWD>\[\033[00m\] " PS2="\[\033[01;34;01m\]\333\262\261\260\[\033[00;34;40m\]\260\261\262\333\[\033[00;34;40m\]\333\262\261\260\[\033[01;01;34m\]>\[\033[00m\] " } function elite2 { local GRAD1=`tty|cut -d/ -f3` local COLOR1="\[\033[0;36m\]" local COLOR2="\[\033[1;36m\]" local COLOR3="\[\033[1;30m\]" local COLOR4="\[\033[0m\]" PS1="$COLOR3-$COLOR1-$COLOR2($COLOR1\u$COLOR3@$COLOR1\h$COLOR2)$COLOR1-$COLOR2($COLOR1\#$COLOR3/$COLOR1$GRAD1$COLOR2)$COLOR1-$COLOR2($COLOR1\$(date +%I:%M%P)$COLOR3:$COLOR1\$(date +%d/%m/%y)$COLOR2)$COLOR1-$COLOR3-$COLOR4\n$COLOR3-$COLOR1-$COLOR2($COLOR1\$$COLOR3:$COLOR1\w$COLOR2)$COLOR1-$COLOR3-$COLOR4 " PS2="$COLOR2Ä$COLOR1Ä$COLOR3-$COLOR4 " } # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi