Skip to content

Instantly share code, notes, and snippets.

@francisluong
Last active August 29, 2015 14:04
Show Gist options
  • Save francisluong/869bdbba3f8ebf8f8569 to your computer and use it in GitHub Desktop.
Save francisluong/869bdbba3f8ebf8f8569 to your computer and use it in GitHub Desktop.
MAC .bashrc
# Reset
Color_Off='\[\e[0m\]' # Text Reset
# Regular Colors
Black='\[\e[0;30m\]' # Black
Red='\[\e[0;31m\]' # Red
Green='\[\e[0;32m\]' # Green
Yellow='\[\e[0;33m\]' # Yellow
Blue='\[\e[0;34m\]' # Blue
Purple='\[\e[0;35m\]' # Purple
Cyan='\[\e[0;36m\]' # Cyan
White='\[\e[0;37m\]' # White
export PS1="$Green\u$Color_Off@$Blue\h$Color_Off:$Yellow\W$Color_Off\$ "
alias ls='ls -G'
export CLICOLOR=1
export TCLLIBPATH=~/github/juniper-helpers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment