From e2396ca1ac9465536221cc93773eb5ded42bfdcf Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Wed, 29 Jun 2016 17:23:47 -0600 Subject: [PATCH] hooray for fixing syntax --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 74a12a6..ca466db 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -56,7 +56,7 @@ HISTFILE="$ZDOTDIR/.zsh_history" plugins=(ansible sudo systemd themes todo vi-mode web-search zsh_reload) if type -p tmux >/dev/null; then - plugins += tmux + plugins+=tmux fi # User configuration