mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-20 12:53:35 +01:00
14 lines
374 B
Bash
14 lines
374 B
Bash
export TERM=xterm-xfree86
|
|
|
|
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w \$\[\033[00m\] '
|
|
|
|
export LC_ALL=en_US.UTF-8
|
|
export LANG=en_US.UTF-8
|
|
|
|
alias ll='ls -la'
|
|
|
|
######################################################################
|
|
# Initialize OpenVoiceOS CLI Environment
|
|
######################################################################
|
|
source cli_login.sh
|