mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Add hostname to shell prompt (so you know what system you're logged on)
This commit is contained in:
parent
24a9b86e53
commit
aed76dd14b
@ -23,7 +23,7 @@
|
||||
# evironment variables that are not user defined.
|
||||
################################################################################
|
||||
|
||||
PS1='\[\e[0;32m\]\u\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[1;32m\]\$\[\e[m\] '
|
||||
PS1='\[\e[0;32m\]\u\e[1;30m@\e[1;32m\h\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[1;32m\]\$\[\e[m\] '
|
||||
export PS1
|
||||
|
||||
case "$TERM" in
|
||||
|
Loading…
x
Reference in New Issue
Block a user