dotfiles/.config/shell/aliases/k8s

10 lines
127 B
Plaintext
Raw Normal View History

2023-08-28 16:41:40 +02:00
#!/bin/bash
# Kubernetes things
alias \
cx="kubectl-ctx" \
f='flux' \
h='helm' \
k='kubectl' \
v='velero'