From 9867b02926a613c1f2a8d196ced1a94fc8cb9f20 Mon Sep 17 00:00:00 2001 From: Igor Semenko Date: Fri, 27 Sep 2013 16:00:54 +0300 Subject: [PATCH] enable mvn plugin --- zsh/aliases.zsh | 1 + zsh/zshrc.symlink | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index e2c7596522a..bd43f10a4b4 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -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" diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index ef44c581539..1ec56cb15ec 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -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