test reload shell

This commit is contained in:
Luis Guzmán 2023-10-24 23:03:05 -06:00
parent ee51e71796
commit 20cff1353a
1 changed files with 4 additions and 3 deletions

View File

@ -173,11 +173,12 @@ print_title "Setup local bin for nerd-dictation"
ln -s "$HOME"/.local/nerd-dictation/nerd-dictation "$HOME"/.local/bin
if [ $? = 0 ]; then
printwc "${Green}" "Completed script!\n"
printwc "${Green}" "Completed script!\n\n"
printwc "${Blue}" "Usage:\n"
printwc "${Purple}" " nerd-dictation begin --vosk-model-dir=./model &\n"
printwc "${Cyan}" " # Start speaking.\n"
printwc "${Purple}" " nerd-dictation begin &\n"
printwc "${Cyan}" " # Start speaking. #\n"
printwc "${Purple}" " nerd-dictation end\n"
printwc "${Purple}" "\nReload user shell\n"
su - $USER
else
printwc "${Red}" "Something went wrong please check the previous output.\n"