mirror of
https://github.com/akelge/zsh
synced 2025-07-04 05:29:06 +00:00
More and more changes, temporary disabled termcolors
This commit is contained in:
@ -10,3 +10,11 @@ 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
|
||||
|
||||
# kubectl/krew
|
||||
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
|
||||
|
||||
if whence kubectl > /dev/null; then
|
||||
alias k=kubectl
|
||||
alias kp='kubectl ipick'
|
||||
fi
|
||||
|
Reference in New Issue
Block a user