This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PS1="\[\033[38;5;11m\]\u\[$(tput sgr0)\]\[\033[38;5;13m\]@\[$(tput sgr0)\]\[\033[38;5;10m\]\h\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;13m\]{\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;14m\]\w\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;13m\]=>\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]" | |
export CLICOLOR=1 | |
export LSCOLORS="Gxfxcxdxbxegedabaggdgd" | |
#maven and sbt | |
alias mvncleaninstall='mvn clean install -DskipTests=true' | |
alias sbttar='sbt clean package universal:packageZipTarball' |