How to add a message inside the terminal

Why do you have to do it

If you added the refresh .profile file to your aliases you may need to insert a message at the end of the process to mention you that eveything goes right.

How to do it

Create the message

  • Go to your Shortcut folder
  • Create a folder called Message
  • Open the Message folder
  • Create a file called Refresh Profile.txt
  • Enter your message, the following for example
You successfully updated your profile !

Create the alias

alias <YourAliasName>="source ~/.profile && cat <YourDrive>:/Path/to/the/Message/folder/Refresh\ Profile.txt"