constellation/image/mkosi/mkosi.skeleton/etc/profile.d/constellation.sh

5 lines
116 B
Bash
Raw Normal View History

2022-10-19 07:10:15 -04:00
#!/usr/bin/env bash
export PATH=/run/state/bin:${PATH}
export KUBECONFIG=/etc/kubernetes/admin.conf
alias k=kubectl