mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
add kubectl and tanzu aliases
This commit is contained in:
parent
4ca3cce4c1
commit
08d5ed859d
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ PATH="$HOME/.local/bin:$PATH"
|
|||
# Global aliases
|
||||
alias ssh="TERM=xterm ssh"
|
||||
alias sshpass="ssh -o PubkeyAuthentication=no"
|
||||
alias k="kubectl"
|
||||
alias t="tanzu"
|
||||
|
||||
# Import local aliases from ~/.zshalias, if present
|
||||
if [ -f $HOME/.zshalias ]; then
|
||||
|
|
Loading…
Reference in a new issue