Created
January 8, 2013 15:58
-
-
Save igorescobar/4484917 to your computer and use it in GitHub Desktop.
My personal Bash's Aliases
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
alias ls="ls -Gi" | |
alias up="script/start_local_server" | |
alias update_hosts="cd /Users/igorescobar/Projects/alexandria-hosts/ && ./alx-hosts update" | |
alias rclear="bundle exec rake tmp:clear && bundle exec rake log:clear" | |
alias pair-with='_(){ git config user.name "Igor e $1"; }; _' | |
alias unpair='git config --unset-all user.name' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment