File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ # Display Q CLI message when terminal starts
3
+ echo -e echo -e " \033[1;32m
4
+ ##############################################################################
5
+ # #
6
+ # TERMINAL #
7
+ # Powered by Amazon Q CLI #
8
+ # # #
9
+ # © 2025, Amazon Web Services, Inc. or its affiliates. #
10
+ # All rights reserved. #
11
+ # #
12
+ # #
13
+ ##############################################################################
14
+ \033[0m"
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ # Display Q CLI message when terminal starts
3
+ echo -e echo -e " \033[1;32m
4
+ ##############################################################################
5
+ # #
6
+ # TERMINAL #
7
+ # Powered by Amazon Q CLI #
8
+ # # #
9
+ # © 2025, Amazon Web Services, Inc. or its affiliates. #
10
+ # All rights reserved. #
11
+ # #
12
+ # #
13
+ ##############################################################################
14
+ \033[0m"
You can’t perform that action at this time.
0 commit comments