diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |
56 | plugins=( | 56 | plugins=( |
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 | ||
67 | source $ZSH/oh-my-zsh.sh | 68 | source $ZSH/oh-my-zsh.sh |