6 lines
186 B
Bash
6 lines
186 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
# 30 is the color you may want to modify, \h is the label
|
||
|
|
|
||
|
|
PS1="\n\[\e[1;48;5;30;38;5;231m\] \h \[\e[;38;5;30;48;5;240m\]\[\e[38;5;252m\] \w \[\e[;38;5;240m\]\[\e[m\] "
|