1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-11-14 17:01:12 +00:00

[.zshrc] Update conf

This commit is contained in:
Daniel Carrillo 2024-09-27 19:31:30 +02:00
parent bab0031f5e
commit 350e0db659
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16

8
.zshrc
View File

@ -14,7 +14,8 @@ fi
# ZSH customs # ZSH customs
export PATH=$PATH:~/bin export PATH="${PATH}:${HOME}/bin:${HOME}/.krew/bin:${HOME}/go/bin:${HOME}/.local/bin"
setopt clobber setopt clobber
zstyle ':completion:*' rehash true zstyle ':completion:*' rehash true
zstyle ':completion:*' special-dirs true zstyle ':completion:*' special-dirs true
@ -54,6 +55,7 @@ alias open='xdg-open'
alias rgh="rg --hidden --glob '!.git/'" alias rgh="rg --hidden --glob '!.git/'"
alias vim=nvim alias vim=nvim
alias yayU='yay -Suy --noconfirm' alias yayU='yay -Suy --noconfirm'
alias export_sso_creds='eval $(aws-export-credentials --env-export)'
##### Functions to be used from command line ##### ##### Functions to be used from command line #####
@ -103,7 +105,6 @@ fi
export EDITOR='nvim' export EDITOR='nvim'
export VISUAL='nvim' export VISUAL='nvim'
export PAGER='less' export PAGER='less'
export BROWSER='/usr/bin/vivaldi-stable'
##### venvs ###### ##### venvs ######
@ -148,6 +149,9 @@ eval "$(direnv hook zsh)"
eval "$(atuin init zsh)" eval "$(atuin init zsh)"
# aws cli zsh autocomplete
source /usr/bin/aws_zsh_completer.sh
# custom device # custom device
source ~/.zshrc_custom source ~/.zshrc_custom