From 350e0db659a36a56df2038f6bf2733a1508d8ab0 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Fri, 27 Sep 2024 19:31:30 +0200 Subject: [PATCH] [.zshrc] Update conf --- .zshrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 41ff162..458b247 100644 --- a/.zshrc +++ b/.zshrc @@ -14,7 +14,8 @@ fi # ZSH customs -export PATH=$PATH:~/bin +export PATH="${PATH}:${HOME}/bin:${HOME}/.krew/bin:${HOME}/go/bin:${HOME}/.local/bin" + setopt clobber zstyle ':completion:*' rehash true zstyle ':completion:*' special-dirs true @@ -54,6 +55,7 @@ alias open='xdg-open' alias rgh="rg --hidden --glob '!.git/'" alias vim=nvim alias yayU='yay -Suy --noconfirm' +alias export_sso_creds='eval $(aws-export-credentials --env-export)' ##### Functions to be used from command line ##### @@ -103,7 +105,6 @@ fi export EDITOR='nvim' export VISUAL='nvim' export PAGER='less' -export BROWSER='/usr/bin/vivaldi-stable' ##### venvs ###### @@ -148,6 +149,9 @@ eval "$(direnv hook zsh)" eval "$(atuin init zsh)" +# aws cli zsh autocomplete +source /usr/bin/aws_zsh_completer.sh + # custom device source ~/.zshrc_custom