1
0
Fork 0
mirror of https://gitlab.com/dabruh/dotfiles.git synced 2025-04-17 06:38:11 +02: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'