Skip to content

Instantly share code, notes, and snippets.

@jackwhit3
Created July 4, 2017 15:37
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 jackwhit3/2cd92fe91f63d1eeab2204b1259f37ed to your computer and use it in GitHub Desktop.
Save jackwhit3/2cd92fe91f63d1eeab2204b1259f37ed to your computer and use it in GitHub Desktop.
.bash_profile
export PS1='\[\e[0;32m\]\u\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[1;32m\]\$\[\e[m\] '
export HISTTIMEFORMAT="%h/%d - %H:%M:%S "
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
alias ls='ls -GFh'
alias ll='ls -al'
alias l='ls -al'
alias java='/Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java'
export WORKON_HOME=$HOME/.virtualenvs
export PROJECT_HOME=$HOME/Devel
source /usr/local/bin/virtualenvwrapper.sh
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export HISTCONTROL="ignoredups"
export NVM_DIR="/Users/lihsing/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
export GOPATH=$HOME/Workspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment