1
0
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:
2021-10-28 15:20:11 +02:00
parent 73455f0d9e
commit 31ead6cf67
8 changed files with 28 additions and 74 deletions

View File

@ -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