1
0
Fork 0
mirror of https://gitlab.com/dabruh/dotfiles.git synced 2025-03-14 19:58:11 +01:00
dotfiles/.config/shell/aliases/k8s
2023-08-28 16:41:40 +02:00

9 lines
127 B
Bash

#!/bin/bash
# Kubernetes things
alias \
cx="kubectl-ctx" \
f='flux' \
h='helm' \
k='kubectl' \
v='velero'