Skip to content

Commit

Permalink
Change aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
derekprior committed Jun 16, 2015
1 parent 2c9be39 commit 1d0a0ef
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions aliases.local
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ alias ls='ls -lGh'
alias la='ls -lGha'
alias flushdns='dscacheutil -flushcache'
alias sed='sed -E'
alias tlf='tail -f'

alias be='bundle exec'
alias rc='rails console'
Expand Down Expand Up @@ -32,11 +33,7 @@ alias herok='heroku'

alias tmux='tmux -2'

alias v='vagrant'
alias vssh='vagrant ssh'
alias vsh='vagrant ssh'
alias vup='vagrant up'

alias dotfiles='cd ~/.dotfiles'
alias dp-dotfiles='cd ~/.dotfiles'
alias my-dotfiles='cd ~/.dotfiles'
alias tb-dotfiles='cd ~/.dotfiles-thoughtbot'

0 comments on commit 1d0a0ef

Please sign in to comment.