mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-05 21:43:03 +01:00
9 lines
297 B
Bash
9 lines
297 B
Bash
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w \$\[\033[00m\] '
|
|
|
|
alias ll='ls -la'
|
|
|
|
######################################################################
|
|
# Initialize OpenVoiceOS CLI Environment
|
|
######################################################################
|
|
#source cli_login.sh
|