mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-28 17:39:44 +01:00
918e873de4
- Plus a bit of nice to have MOTD from PiCroft
13 lines
360 B
Bash
13 lines
360 B
Bash
export TERM=xterm-xfree86
|
|
|
|
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w \$\[\033[00m\] '
|
|
|
|
export NODE_PATH=/usr/lib/node_modules
|
|
|
|
alias ll='ls -l'
|
|
|
|
######################################################################
|
|
# Initialize MycroftOS CLI Environment
|
|
######################################################################
|
|
source cli_login.sh
|