mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 11:38:00 +00:00
[.zshrc] Add k and kconfig aliases
This commit is contained in:
parent
237de9bf62
commit
050ecb24e3
2
.zshrc
2
.zshrc
@ -26,6 +26,8 @@ alias open='xdg-open'
|
||||
alias yayU='yay -Suy --noconfirm'
|
||||
alias mknamedvenv='mkvirtualenv $(basename $PWD) -r requirements.txt'
|
||||
alias dkillall='docker rm -f $(docker ps -qa)'
|
||||
alias k=kubectl
|
||||
alias kconfig='echo "$(kubectl config current-context) ($(kubectl config view --minify --output "jsonpath={..namespace}"))"'
|
||||
|
||||
##### tilix #####
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user