Finished rainbow hostname setup.
This commit is contained in:
parent
832bb934c0
commit
753f6ae659
2 changed files with 8 additions and 3 deletions
6
data/rainbow-template.sh
Normal file
6
data/rainbow-template.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue