aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-08-05 15:37:24 +0000
committerterminaldweller <thabogre@gmail.com>2021-08-05 15:37:24 +0000
commit2df4e71442b0438aace754ff12e1fb9245969eff (patch)
treea2d027f85136f55c7033214095fe5b9a465bee58 /.zshrc
parenta lot of updates and fixes (diff)
downloadscripts-2df4e71442b0438aace754ff12e1fb9245969eff.tar.gz
scripts-2df4e71442b0438aace754ff12e1fb9245969eff.zip
using vimplug now.
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index c9018ab..728a583 100644
--- a/.zshrc
+++ b/.zshrc
@@ -5,7 +5,7 @@ ZSH_THEME="devi"
COMPLETION_WAITING_DOTS="true"
-plugins=(git svn zsh-syntax-highlighting autojump virtualenv virtualenvwrapper cargo nvm npm docker rustup zsh-autosuggestions zsh-kubectl-prompt kubectl docker-compose vagrant)
+plugins=(git zsh-syntax-highlighting autojump virtualenv virtualenvwrapper cargo nvm npm docker rustup zsh-autosuggestions zsh-kubectl-prompt kubectl docker-compose vagrant golang)
export PATH="/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/devi/.local/bin:/home/devi/bin"