mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-16 07:26:51 +00:00
add kubectl alias -m
This commit is contained in:
parent
6a2651eb32
commit
6b1138aad6
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ alias \
|
|||
zshrc='source ~/.zshrc' \
|
||||
dps='docker ps -a --format "table {{.Names}}\t{{.Image}}\t{{.Status}}"' \
|
||||
c='docker compose' \
|
||||
kubectl="minikube kubectl --" \
|
||||
lla='ls -lha' \
|
||||
cp='cp -iv' \
|
||||
rm='rm -iv' \
|
||||
|
|
Loading…
Add table
Reference in a new issue