1
0
mirror of https://github.com/gryf/vmstrap.git synced 2025-12-18 12:00:31 +01:00

removed oopenrc from bashrc

This commit is contained in:
2021-04-26 11:29:36 +02:00
parent 261768d341
commit 8fd4ce20c8

View File

@@ -293,9 +293,9 @@ common_conf() {
echo "alias kss='kubectl -n kube-system'"
echo "alias pods='kubectl get pods -A -o wide'"
echo "alias deploys='kubectl get deployments -A -o wide'"
echo "if which openstack 2>/dev/null >/dev/null; then"
echo " source ~/devstack/openrc admin admin >/dev/null 2>/dev/null"
echo "fi"
echo "#if which openstack 2>/dev/null >/dev/null; then"
echo "# source ~/devstack/openrc admin admin >/dev/null 2>/dev/null"
echo "#fi"
echo "if which kubectl 2>/dev/null >/dev/null; then"
echo " source <(kubectl completion bash)"
echo "fi"