From 405dc0ee54a69c099861107eb47e2f6a9aa4cf92 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Wed, 7 Sep 2016 19:50:33 +0200 Subject: [PATCH] Added jump module --- zsh/config.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/config.zsh b/zsh/config.zsh index b703731..45dbc3e 100644 --- a/zsh/config.zsh +++ b/zsh/config.zsh @@ -16,7 +16,7 @@ DISABLE_AUTO_TITLE="true" # 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/me # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git zsh-syntax-highlighting) +plugins=(git zsh-syntax-highlighting jump) source $ZSH/oh-my-zsh.sh