Skip to content

Instantly share code, notes, and snippets.

@mytharcher
Last active December 14, 2015 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mytharcher/5122177 to your computer and use it in GitHub Desktop.
Save mytharcher/5122177 to your computer and use it in GitHub Desktop.
Mac profiles
export PS1="\w $ "
export CLICOLOR=1
export GREP_OPTIONS="--color=auto"
alias cl="source cl.sh"
alias work="cd ~/work"
alias ll="ls -al"
alias ahosts="vi ~/etc/apache2/httpd-vhosts.conf"
alias vhosts="sudo vi /etc/hosts"
alias subl='open -a "Sublime Text 2"'
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
### Added by the Heroku Toolbelt
export PATH=$PATH:/usr/local/heroku/bin
# Add ADT path for PhoneGap development
export PATH=${PATH}:~/software/adt-bundle/sdk/platform-tools:~/software/adt-bundle/sdk/tools
[user]
name = mytharcher
email = mytharcher@gmail.com
[color]
ui = true
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
who = shortlog -s --
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment