summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 09cdb80..2a1ad7d 100644
--- a/.zshrc
+++ b/.zshrc
@@ -54,14 +54,15 @@ COMPLETION_WAITING_DOTS="true"
54# Example format: plugins=(rails git textmate ruby lighthouse) 54# Example format: plugins=(rails git textmate ruby lighthouse)
55# Add wisely, as too many plugins slow down shell startup. 55# Add wisely, as too many plugins slow down shell startup.
56plugins=( 56plugins=(
57 aws
57 colored-man-pages 58 colored-man-pages
58 cpanm
59 git 59 git
60 gitignore 60 gitignore
61 taskwarrior 61 taskwarrior
62 tmux 62 tmux
63 z 63 z
64 zsh-autosuggestions 64 zsh-autosuggestions
65 zsh-syntax-highlighting
65) 66)
66 67
67source $ZSH/oh-my-zsh.sh 68source $ZSH/oh-my-zsh.sh