mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Remove duplicate alias
This commit is contained in:
parent
1b4e3fa8c8
commit
5d43d74ec8
2 changed files with 120 additions and 122 deletions
|
|
@ -99,7 +99,6 @@ alias kdeld='kubectl delete deployment'
|
|||
alias ksd='kubectl scale deployment'
|
||||
alias krsd='kubectl rollout status deployment'
|
||||
alias krrd='kubectl rollout restart deployment'
|
||||
alias krrd='kubectl rollout restart deploy'
|
||||
|
||||
function kres(){
|
||||
kubectl set env $@ REFRESHED_AT=$(date +%Y%m%d%H%M%S)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue