diff options
author | terminaldweller <thabogre@gmail.com> | 2021-08-05 15:37:24 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-08-05 15:37:24 +0000 |
commit | 2df4e71442b0438aace754ff12e1fb9245969eff (patch) | |
tree | a2d027f85136f55c7033214095fe5b9a465bee58 /.zshrc | |
parent | a lot of updates and fixes (diff) | |
download | scripts-2df4e71442b0438aace754ff12e1fb9245969eff.tar.gz scripts-2df4e71442b0438aace754ff12e1fb9245969eff.zip |
using vimplug now.
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |