Skip to content

Instantly share code, notes, and snippets.

@leohmoraes
Forked from francisluong/mac_bashrc
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leohmoraes/3012bac2fda4939072ac to your computer and use it in GitHub Desktop.
Save leohmoraes/3012bac2fda4939072ac 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