Created
February 9, 2015 20:44
-
-
Save jlcampana/d6ba124bc5a8a0c3da4e to your computer and use it in GitHub Desktop.
.bash_profile
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 PATH=/usr/local/sbin:/usr/local/bin:$PATH | |
export LC_CTYPE=en_US.UTF-8 | |
export CLICOLOR=1 | |
export LSCOLORS=gxGxFxdxbxDxDxBxBxExEx | |
export HISTCONTROL=erasedups | |
export HISTSIZE=100000 | |
shopt -s histappend | |
LIGHT_RED="\[\033[0;91m\]" | |
LIGHT_MAGENTA="\[\033[0;95m\]" | |
LIGHT_YELLOW="\[\033[0;93m\]" | |
LIGHT_BLUE="\[\033[94m\]" | |
LIGHT_GRAY="\[\033[0;91m\]" | |
LIGHT_GREEN="\[\033[0;92m\]" | |
LIGHT_CYAN="\[\033[0;96m\]" | |
RED="\[\033[0;91m\]" | |
MAGENTA="\[\033[0;35m\]" | |
YELLOW="\[\033[0;33m\]" | |
BLUE="\[\033[34m\]" | |
CYAN="\[\033[0;36m\]" | |
GREEN="\[\033[0;32m\]" | |
export LS_OPTIONS='--color=auto' | |
export CLICOLOR='Yes' | |
export LSCOLORS=gxfxbEaEBxxEhEhBaDaCaD | |
PS1='\A-\u: \w\n└─[\$] 🍺 😪 ' | |
alias sublime='open -a "Sublime Text 3 beta"' | |
alias ll='ls -laFhT -G' | |
alias mou='open -a "Mou"' | |
alias tartesus='cd ~/Src/tartesus-service/;./tartesus' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment