1
0
Fork 0
mirror of https://gitlab.com/dabruh/dotfiles.git synced 2025-02-24 17:18:12 +01:00
dotfiles/.config/shell/aliases/k8s

10 lines
127 B
Text
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'