mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
bash:
- add some profile configfiles from busybox - nicer bootprompt
This commit is contained in:
parent
b6d9cc7a26
commit
2c42b9ace9
10
packages/sysutils/bash/profile.d/home.conf
Normal file
10
packages/sysutils/bash/profile.d/home.conf
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
################################################################################
|
||||||
|
# Core (PATH) environment variables.
|
||||||
|
#
|
||||||
|
# This file contains non-OpenELEC evironment variables as well as OpenELEC
|
||||||
|
# evironment variables that are not user defined.
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
HOME="/storage"
|
||||||
|
|
||||||
|
export HOME
|
10
packages/sysutils/bash/profile.d/path.conf
Normal file
10
packages/sysutils/bash/profile.d/path.conf
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
################################################################################
|
||||||
|
# Core (PATH) environment variables.
|
||||||
|
#
|
||||||
|
# This file contains non-OpenELEC evironment variables as well as OpenELEC
|
||||||
|
# evironment variables that are not user defined.
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
PATH="/bin:/sbin:/usr/bin:/usr/sbin"
|
||||||
|
|
||||||
|
export PATH
|
10
packages/sysutils/bash/profile.d/shell.conf
Normal file
10
packages/sysutils/bash/profile.d/shell.conf
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
################################################################################
|
||||||
|
# Core (Shell) environment variables.
|
||||||
|
#
|
||||||
|
# This file contains non-OpenELEC evironment variables as well as OpenELEC
|
||||||
|
# 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\] \[\e[1;37m\]'
|
||||||
|
|
||||||
|
export PS1
|
Loading…
x
Reference in New Issue
Block a user