mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
more kube aliases
This commit is contained in:
parent
f96cd607dd
commit
0ed20a62bc
@ -69,9 +69,13 @@ function aliases --description 'All aliases'
|
|||||||
abbr -a k 'kubectl'
|
abbr -a k 'kubectl'
|
||||||
abbr -a pods 'kubectl get pods -A'
|
abbr -a pods 'kubectl get pods -A'
|
||||||
abbr -a nodes 'kubectl get nodes'
|
abbr -a nodes 'kubectl get nodes'
|
||||||
|
abbr -a deploys 'kubectl get deployments -A'
|
||||||
|
abbr -a dash 'kube-dashboard'
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
abbr py 'python'
|
abbr -a py 'python'
|
||||||
|
abbr -a po 'poetry'
|
||||||
|
abbr -a pr 'poetry run python'
|
||||||
alias domisty='cd $PROJ/misty && ./buildrun.sh'
|
alias domisty='cd $PROJ/misty && ./buildrun.sh'
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
|
Loading…
Reference in New Issue
Block a user