mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
- add various needed applets - add pam support - various cleanups - remove init script for setup time - readd init script to start network
12 lines
541 B
Plaintext
12 lines
541 B
Plaintext
################################################################################
|
|
# Core (Shell) environment variables.
|
|
#
|
|
# This file contains non-OpenELEC evironment variables as well as OpenELEC
|
|
# evironment variables that are not user defined.
|
|
################################################################################
|
|
|
|
#-------------------------------------------------------------------------------
|
|
# Prompt environment variables.
|
|
#-------------------------------------------------------------------------------
|
|
PS1='\u@\h:\w \$ '
|