Skip to content

Instantly share code, notes, and snippets.

@MikeiLL
Created September 24, 2015 18:41
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 MikeiLL/5579185b1fed011e9d9e to your computer and use it in GitHub Desktop.
Save MikeiLL/5579185b1fed011e9d9e to your computer and use it in GitHub Desktop.
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
#recommended by rvm installer:
source ~/.profile
# [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
# do i need to add this:
# source /Users/mikekilmer/.rvm/scripts/rvm
alias zippit="bash ~/Sites/Dev/Shed/managed-directory-compressor/managed_directory_compressor.sh"
# this might make gettext available in env
PATH=$PATH:/Applications/Poedit.app/Contents/MacOS/
# export PATH="$HOME/.node/bin:$PATH" This was for Homebrew node version
PATH="/usr/local/bin:/usr/local/sbin:~/bin:$PATH"
#Add packer to the path
PATH="$PATH:/usr/local/bin/packer_0.8.5_darwin_amd64"
# Set up php-cli
export MAMP_PHP=/Applications/MAMP/bin/php/php5.6.2/bin
export PATH="$MAMP_PHP:$PATH"
export PATH
eval "$(rbenv init -)"
export PATH="/Applications/MAMP/Library/bin:${PATH}"
export NODE_PATH="/usr/local/bin/node"
alias affinity="open -a Affinity\ Designer.app"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment