Skip to content

Instantly share code, notes, and snippets.

@igorescobar
Created January 8, 2013 15:58
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 igorescobar/4484917 to your computer and use it in GitHub Desktop.
Save igorescobar/4484917 to your computer and use it in GitHub Desktop.
My personal Bash's Aliases
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