Actualización de fichero zshrc

Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
This commit is contained in:
Manuel Vergara 2022-11-22 10:03:12 +01:00
parent c78e150020
commit 70b44df5f2

View File

@ -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