summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorYigit Sever2021-10-06 02:21:15 +0300
committerYigit Sever2021-10-06 02:21:15 +0300
commit838aaa093a753ddd63a6373c8ee2752dd3bc4658 (patch)
tree6c90603fb7bf55b6726862ce0225f2c382533e64 /.zshrc
parent17956e73894f2b1e5de2116ea68d57dad09b6e23 (diff)
downloaddotfiles-838aaa093a753ddd63a6373c8ee2752dd3bc4658.tar.gz
dotfiles-838aaa093a753ddd63a6373c8ee2752dd3bc4658.tar.bz2
dotfiles-838aaa093a753ddd63a6373c8ee2752dd3bc4658.zip
zsh: add syntax hilight plugin, remove cpanm
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