blob: 08d55a2f818f5c98a4b1ca162801af64a5a15f0d (
plain)
1
2
3
4
5
|
post_install() {
echo "To run 'tore' automatically when a new terminal session is started,"
echo "add the command 'tore' to your ~/.bashrc or ~/.zshrc file."
echo "Example: echo 'tore' >> ~/.zshrc"
}
|