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:
parent
7cecf2bdd7
commit
11b5fae23d
|
|
@ -22,15 +22,5 @@ VideoToolsClean() {
|
||||||
echo "Clean complete"
|
echo "Clean complete"
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "════════════════════════════════════════════════════════════════"
|
# VideoTools commands loaded silently
|
||||||
echo "VideoTools Commands Available"
|
# Available commands: VideoTools, VideoToolsRebuild, VideoToolsClean
|
||||||
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 ""
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user