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. # Add wisely, as too many plugins slow down shell startup.
plugins=( plugins=(
ansible ansible
aws
dirhistory dirhistory
docker docker
docker-compose docker-compose
emoji emoji
encode64 encode64
git git
golang
helm helm
history history
history-substring-search history-substring-search
jsontools jsontools
jump jump
kubectl kubectl
nmap nmap
sudo sudo
terraform terraform
zsh-autosuggestions zsh-autosuggestions
zsh-syntax-highlighting zsh-syntax-highlighting
z z
) )
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
@ -169,7 +171,7 @@ function verip {
# Añado mis exportaciones # Añado mis exportaciones
## Go ## Go
export GOPATH=$HOME/go export GOPATH=$HOME/Documents/projectes/go
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin