Skip to content

Commit

Permalink
enable mvn plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Semenko committed Sep 27, 2013
1 parent b48c3da commit 9867b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions zsh/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ alias emptytrash="sudo rm -rfv /Volumes/*/.Trashes; rm -rfv ~/.Trash"
alias hidedesktop="defaults write com.apple.finder CreateDesktop -bool false && killall Finder"
alias showdesktop="defaults write com.apple.finder CreateDesktop -bool true && killall Finder"

alias mvn="mvn-color"

# PlistBuddy alias, because sometimes `defaults` just doesn’t cut it
alias plistbuddy="/usr/libexec/PlistBuddy"
Expand Down
2 changes: 1 addition & 1 deletion zsh/zshrc.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ZSH_THEME="clean"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git bundler npm node zsh-syntax-highlighting)
plugins=(git npm node zsh-syntax-highlighting mvn)

#important to keep oh-my-zsh before loading *.zsh
source $ZSH/oh-my-zsh.sh
Expand Down

0 comments on commit 9867b02

Please sign in to comment.