From 226d06ea84390c790505b83ec769d8cb372c07a1 Mon Sep 17 00:00:00 2001 From: Smirnov Olexandr Date: Sat, 20 Jun 2020 22:43:10 +0300 Subject: [PATCH] Update zsh plugin --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index f6a7dbb..ee21395 100644 --- a/zshrc +++ b/zshrc @@ -34,7 +34,7 @@ export UPDATE_ZSH_DAYS=24 # Uncomment the following line to display red dots whilst waiting for completion. #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 # User configuration