Update zsh plugin

This commit is contained in:
Smirnov Olexandr 2020-06-20 22:43:10 +03:00
parent 3d94602d89
commit 226d06ea84

2
zshrc
View file

@ -34,7 +34,7 @@ export UPDATE_ZSH_DAYS=24
# Uncomment the following line to display red dots whilst waiting for completion. # Uncomment the following line to display red dots whilst waiting for completion.
#COMPLETION_WAITING_DOTS="true" #COMPLETION_WAITING_DOTS="true"
plugins=( autopep8 django pip node npm docker git tmux ) plugins=(pip python git tmux docker)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
# User configuration # User configuration