From 0647cc3351c699cf3407d40304d93da8d9280305 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 25 Mar 2019 19:03:41 +0100 Subject: [PATCH] Fix bug --- zsh/config.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/config.zsh b/zsh/config.zsh index 830814a..60163eb 100644 --- a/zsh/config.zsh +++ b/zsh/config.zsh @@ -20,7 +20,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 myjump) +plugins=(git myjump) source $ZSH/oh-my-zsh.sh