diff --git a/files/zshrc b/files/zshrc index 761bd76..b446781 100644 --- a/files/zshrc +++ b/files/zshrc @@ -85,24 +85,26 @@ ZSH_THEME="powerlevel10k/powerlevel10k" # Add wisely, as too many plugins slow down shell startup. plugins=( ansible + aws dirhistory docker docker-compose emoji encode64 git + golang helm history history-substring-search jsontools jump - kubectl + kubectl nmap sudo terraform zsh-autosuggestions zsh-syntax-highlighting - z + z ) source $ZSH/oh-my-zsh.sh @@ -169,7 +171,7 @@ function verip { # AƱado mis exportaciones ## Go -export GOPATH=$HOME/go +export GOPATH=$HOME/Documents/projectes/go export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin