Skip to content

Commit

Permalink
Add some aliases for quick dir switching
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletolle committed Oct 2, 2015
1 parent 8bd909b commit 968556e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .zshrc
Expand Up @@ -86,6 +86,9 @@ alias prc="bundle exec pry -r ./config/environment.rb"
alias sdo="ssh root@192.241.212.101"
# Using the idea from oh-my-zsh, I want to always exclude some directories
alias grep="grep --exclude-dir={log,tmp,.bundle,vendor,.git,s3,fulcrum.js}"
alias code="cd ~/Dropbox/code"
alias kyle="cd ~/Dropbox/code/kyletolle"
alias everything="cd ~/Dropbox/everything"

function http {
port="${1:-8000}"
Expand Down

0 comments on commit 968556e

Please sign in to comment.