1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-03-05 12:08:00 +01:00

13 lines
341 B
Bash
Raw Normal View History

export TERM=xterm-xfree86
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w \$\[\033[00m\] '
export LC_ALL="C"
alias ll='ls -l'
######################################################################
# Initialize OpenVoiceOS CLI Environment
######################################################################
source cli_login.sh