diff options
| author | Robert Günzler <r@gnzler.io> | 2020-04-23 13:31:20 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-04-23 13:31:20 +0200 |
| commit | 63b0177e3a92a83711e4334966e0bb487a6ab249 (patch) | |
| tree | 11caa6865c883fcf253546a005bb732af0d415f6 /.profile | |
| parent | 3964118287eff0c644469dda1783e9f21b83013f (diff) | |
shell: alias k => kubectl
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.profile b/.profile index 957df6a..e8e2fed 100644 --- a/.profile +++ b/.profile @@ -47,3 +47,4 @@ alias rsyncez='rsync --verbose --archive -hhh --partial --progress --stats --pro alias webcam='mpv --profile=webcam av://v4l2:/dev/video0' alias balssh='ssh -p 22222 -o User=root -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null' alias balscp='scp -P 22222 -o User=root -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null' +alias k=kubectl |