Skip to content

Commit

Permalink
Don't say things
Browse files Browse the repository at this point in the history
  • Loading branch information
twe4ked committed Apr 5, 2013
1 parent 2d1d33b commit c212c61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion shell/aliases/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ alias modified='$EDITOR $(git ls-files -m -o --exclude-standard) .'
# Open last commit in MacVim
alias lastcommit='$EDITOR $(git show --pretty="format:" --name-only) .'

alias b='bundle && say bundle complete, mate' # Run bundle and say when it's done
alias b='bundle' # Run bundle

alias dev="cd $HOME/Dev" # Go to the Dev directory
alias vimdir="cd $HOME/.dotfiles/vim" # Go to the Vim directory
Expand Down
1 change: 0 additions & 1 deletion shell/aliases/git.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
alias gb='git branch'
alias gba='git branch -a'
alias gup='gup && say gup done'
alias gcod='gco develop'
alias gcom='gco master'
alias gf='git fetch'
Expand Down

0 comments on commit c212c61

Please sign in to comment.