mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
10 lines
427 B
Plaintext
10 lines
427 B
Plaintext
################################################################################
|
|
# 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 |