summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-06-22 13:54:10 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-06-22 13:54:10 +0100
commit0f323c504c95a8e28cb130357cf75e597c7834e5 (patch)
tree9fafdd866ba81797a21f3764e24e0f6261497188 /zshrc
parent3afa74359c03dab51110156c6c115448730be211 (diff)
Add packages to install script
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index ae40c36..9cff83b 100644
--- a/zshrc
+++ b/zshrc
@@ -11,7 +11,7 @@ ENABLE_CORRECTION="true"
COMPLETION_WAITING_DOTS="true"
# Plugins
-plugins=(vi-mode git ubuntu)
+plugins=(vi-mode git ubuntu tmux)
# Source oh-my-zsh
source $ZSH/oh-my-zsh.sh