1
0
Fork 0

Add two alias in bashrc

Signed-off-by: Arnaud M <arnaud.choupinette@mailops.fr>
This commit is contained in:
Arnaud M 2024-01-02 18:02:11 +01:00
parent 1c51d11231
commit 1d03f1d3b0
1 changed files with 3 additions and 1 deletions

View File

@ -75,9 +75,11 @@ let skip_defaults_vim = 1
set mouse=
EOF
title.print "Set custom prompt"
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 k=kubectl
EOF