Skip to content

Instantly share code, notes, and snippets.

@juliend2
Created December 17, 2011 00:44
Show Gist options
  • Save juliend2/1488696 to your computer and use it in GitHub Desktop.
Save juliend2/1488696 to your computer and use it in GitHub Desktop.
my .bash_profile
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
export DROPBOXDIR="/Users/jdesrosiers/Dropbox"
# add bicycle's cli in the path
export PATH="$PATH:/Applications/XAMPP/htdocs/lib/bicycle/bin:$HOME/.local/bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment