[ALL] Re-insert command into welcome message
This commit is contained in:
parent
a5f886542f
commit
ac016b4808
|
@ -1,6 +1,11 @@
|
|||
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w \$\[\033[00m\] '
|
||||
|
||||
alias ll='ls -la'
|
||||
alias ovos-cli-client='podman exec --interactive --tty ovos_cli ovos-cli-client'
|
||||
alias ovos-config='podman exec --interactive --tty ovos_cli ovos-config'
|
||||
alias ovos-speak='podman exec --interactive --tty ovos_cli ovos-speak'
|
||||
alias ovos-log-watch='journalctl --user-unit=ovos_* -f'
|
||||
alias mana='podman exec --interactive --tty ovos_cli mana'
|
||||
|
||||
######################################################################
|
||||
# Initialize OpenVoiceOS CLI Environment
|
||||
|
|
|
@ -11,3 +11,11 @@ echo -e "\e[0m"
|
|||
echo " --- Welcome to OpenVoiceOS - -- "
|
||||
echo " v0.1.1 "
|
||||
echo
|
||||
echo "Available Tool COMMANDs:"
|
||||
echo " ovos-cli-client Command line client, useful for debugging "
|
||||
echo " ovos-config Manage your local ovos configuration files "
|
||||
echo " ovos-speak <phrase> Have the system speak a phrase to the user "
|
||||
echo " ovos-log-watch Watch ovos log files live "
|
||||
echo
|
||||
echo " mana Messagebus Application from Neon Ai "
|
||||
echo
|
||||
|
|
Loading…
Reference in New Issue