Last active
December 14, 2015 17:28
-
-
Save mytharcher/5122177 to your computer and use it in GitHub Desktop.
Mac profiles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = mytharcher | |
email = [email protected] | |
[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