From 101e7623bf3cb032bd664e104e323f1d730ca9d8 Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Mon, 29 Aug 2016 14:33:54 -0600 Subject: [PATCH] added wod plugin to zsH --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 50bd3c7..e88a0de 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -53,7 +53,7 @@ HISTFILE="$ZDOTDIR/.zsh_history" # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. #plugins=(sudo systemd themes tmux todo zsh_reload) -plugins=(ansible sudo systemd themes todo vi-mode web-search zsh_reload) +plugins=(ansible sudo systemd themes todo vi-mode web-search zsh_reload wod) if type -p tmux >/dev/null; then plugins+=tmux