[ALL] Re-insert command into welcome message

This commit is contained in:
j1nx 2023-09-16 08:07:39 +00:00
parent a5f886542f
commit ac016b4808
2 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -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