More plugins, cleaned

This commit is contained in:
Joty
2018-04-19 17:31:39 +09:30
parent 4497fe8956
commit 4d96fc7222
2 changed files with 19 additions and 3 deletions

18
.zshrc
View File

@@ -60,7 +60,23 @@ POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status command_execution_time ram rvm time)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git zsh-completions zsh-autosuggestions zsh-syntax-highlighting history-substring-search)
plugins=(
git
zsh-completions
zsh-autosuggestions
zsh-syntax-highlighting
history-substring-search
python
httpie
docker
lol
pip
pyenv
redis-cli
screen
thefuck
systemd
web-search)
#plugins+=(zsh-nvm)
source $ZSH/oh-my-zsh.sh