Remove terminal banner from alias.sh

The banner was displaying every time a new shell was opened,
which was intrusive. Now the aliases load silently.

Commands are still available (VideoTools, VideoToolsRebuild,
VideoToolsClean) but without the banner on every terminal load.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Stu Leak 2025-12-30 21:25:03 -05:00
parent 7cecf2bdd7
commit 11b5fae23d

View File

@ -22,15 +22,5 @@ VideoToolsClean() {
echo "Clean complete"
}
echo "════════════════════════════════════════════════════════════════"
echo "VideoTools Commands Available"
echo "════════════════════════════════════════════════════════════════"
echo ""
echo "Commands:"
echo " VideoTools - Run VideoTools (auto-builds if needed)"
echo " VideoToolsRebuild - Force rebuild of VideoTools"
echo " VideoToolsClean - Clean build artifacts and cache"
echo ""
echo "To make these permanent, add this line to your ~/.bashrc or ~/.zshrc:"
echo " source $PROJECT_ROOT/scripts/alias.sh"
echo ""
# VideoTools commands loaded silently
# Available commands: VideoTools, VideoToolsRebuild, VideoToolsClean