1
0
mirror of https://github.com/akelge/zsh synced 2025-09-19 04:12:53 +00:00
This commit is contained in:
2024-10-30 11:02:28 +01:00
parent 9dd1f6819f
commit 5e4504749f
9 changed files with 57 additions and 47 deletions

View File

@ -24,10 +24,5 @@ fi
# kubectl/krew
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
if type kubectl > /dev/null; then
alias k=kubectl
alias kk='kubectl konfig merge ~/.kube/configs/* > ~/.kube/config'
fi
# Setup iTerm shell integration
#test -e $HOME/.iterm2_shell_integration.zsh && source $HOME/.iterm2_shell_integration.zsh && export ITERM_ENABLE_SHELL_INTEGRATION_WITH_TMUX=YES || echo "iTerm sh integration not installed"