1
0
mirror of https://github.com/akelge/zsh synced 2025-09-19 04:12:53 +00:00

Update starship and awsprofile

This commit is contained in:
2022-05-23 10:10:56 +02:00
parent c50a178bb7
commit 0173294d2a
6 changed files with 209 additions and 21 deletions

View File

@ -9,7 +9,8 @@ fi
whence thefuck > /dev/null && eval $(thefuck --alias)
# z
[ -f $LIBRARY/plugins/zsh-z/zsh-z.plugin.zsh ] && source $LIBRARY/plugins/zsh-z/zsh-z.plugin.zsh
# [ -f $LIBRARY/plugins/zsh-z/zsh-z.plugin.zsh ] && source $LIBRARY/plugins/zsh-z/zsh-z.plugin.zsh
whence zoxide > /dev/null && eval eval "$(zoxide init zsh)"
# kubectl/krew
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"