1
0
Fork 0

Set correct path for os alias

Signed-off-by: Arnaud M <arnaud.choupinette@mailops.fr>
This commit is contained in:
Arnaud M 2024-01-02 23:51:51 +01:00
parent 168ca2dcbe
commit 7ee8e9159e
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ EOF
title.print "Configure bash"
cat <<'EOF'>>/root/.bashrc
PS1='\e[2;37m\u@\h\e[0m \e[0;32m$PWD\e[0m \e[1;31m>\e[0m '
alias os=openstack
alias os=/opt/oscli/bin/openstack
alias k=kubectl
EOF