diff options
| author | Yigit Sever | 2021-10-06 02:21:15 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-10-06 02:21:15 +0300 |
| commit | 838aaa093a753ddd63a6373c8ee2752dd3bc4658 (patch) | |
| tree | 6c90603fb7bf55b6726862ce0225f2c382533e64 | |
| parent | 17956e73894f2b1e5de2116ea68d57dad09b6e23 (diff) | |
| download | dotfiles-838aaa093a753ddd63a6373c8ee2752dd3bc4658.tar.gz dotfiles-838aaa093a753ddd63a6373c8ee2752dd3bc4658.tar.bz2 dotfiles-838aaa093a753ddd63a6373c8ee2752dd3bc4658.zip | |
zsh: add syntax hilight plugin, remove cpanm
| -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 |
