mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #2043 from jenkins101/PS1
fix PS1 line wrapping and this one is really nice.
This commit is contained in:
commit
c06c559c88
@ -23,7 +23,7 @@
|
||||
# evironment variables that are not user defined.
|
||||
################################################################################
|
||||
|
||||
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\] '
|
||||
PS1="\[\033]0;\h: \w\007\]\[\e[1;32m\]\h\[\e[1;32m\]:\[\e[1;34m\]\w \[\e[0m\]\\$ "
|
||||
export PS1
|
||||
|
||||
case "$TERM" in
|
||||
@ -43,4 +43,4 @@ case "$TERM" in
|
||||
;;
|
||||
|
||||
esac
|
||||
export TERM
|
||||
export TERM
|
||||
|
Loading…
x
Reference in New Issue
Block a user