Skip to content

prints a welcome message when starting a new terminal session

Notifications You must be signed in to change notification settings

1MahdiR/.motive.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

.motive.sh

Just add the '.motive.sh' in your home directory

and in '.bashrc' file add the following:

motive=true
if [[ -f ~/.motive.sh && $motive = true ]]; then
	bash ~/.motive.sh
fi

Now enter $ source ~/.bashrc in command line.

Now everytime you make a new terminal session a welcome message and a quote will be printed.

You can also add your own quotes and welcome message to the script easily

About

prints a welcome message when starting a new terminal session

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages