Actualización de fichero zshrc
Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
This commit is contained in:
parent
c78e150020
commit
70b44df5f2
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user