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:
@ -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"
|
||||
|
Reference in New Issue
Block a user