Skip to content

Commit

Permalink
Adding git subtrees to the project, removed DDI related shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
adomokos committed Jun 9, 2015
1 parent 1cb3dc9 commit 9221d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zsh/.zsh_aliases
Expand Up @@ -6,6 +6,7 @@ alias lltree="ls -R | grep ":" | sed -e 's/://' -e 's/[^-][^\/]*\//--/g' -e 's/^
alias gsp='git stash pop'
alias gf='git fetch'
alias grh='git reset --hard'
alias gst="git log | grep git-subtree-dir | tr -d '' | cut -d "":"" -f2 | sort | uniq"

# ruby aliases
alias rsu='time bin/rspec spec'
Expand All @@ -19,12 +20,11 @@ alias rc='bin/rails c'
alias rspec='time bin/rspec'

# dir jumpers
alias dde='cd ~/DDI/Projects/ecommerce'
alias gorails='cd ~/Programming/Rails'
alias goruby='cd ~/Programming/Ruby'
alias gojs='cd ~/Programming/JavaScript'

alias ctags="ctags -R --languages=ruby --exclude=.git --exclude=log"
alias xctags="ctags -R --languages=ruby --exclude=.git --exclude=log"
alias h='history -100 -1'
alias startpg='pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start'
alias stoppg='pg_ctl -D /usr/local/var/postgres stop -s -m fast'
Expand Down

0 comments on commit 9221d1e

Please sign in to comment.