2
0
Fork 0

/etc/skel/.bashrc: fix HTML encoding issues (thanks, Gitea(!))

main
Ducky 2022-01-25 12:24:16 +00:00
parent 826512bb1b
commit 07069eded2
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ function print_header() {
echo " "
if [[ $USER == "root" ]]; then
echo -e "$(color 33 1) 🔥 Here be dragons.$(color)"
echo -e "$(color 33 1) 🔥 Here be dragons.$(color)"
else
echo -e " 👋 Hello $(color 33 1)$USER$(color), I am $(color 33 1)$(hostname -f)$(color)."
fi