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.
This commit is contained in:
parent
4574ead2a3
commit
cfe16f19a8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user