Finished rainbow hostname setup.

This commit is contained in:
Luke 2025-08-02 16:16:02 -07:00
parent 832bb934c0
commit 753f6ae659
2 changed files with 8 additions and 3 deletions

6
data/rainbow-template.sh Normal file
View file

@ -0,0 +1,6 @@
#!/bin/bash
export PS1="\[\e[01;32m\]\u\[\e[00m\]@\[\e[01;32m\]___ALT_HOSTNAME___"
export PS1+="\[\e[01;34m\] \w \\$\[\e[00m\] "
unset $alt_hostname $COLOR_NORM $ULINE $ULINE_RST $COLOR_RST