Skip to content

Commit 10fdec6

Browse files
committed
fix(banner): update ASCII art and version display in banner function
1 parent 2ebbb9f commit 10fdec6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

add-gemini.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ VERSION="0.10.0"
88
# --- Functions ---
99
banner() {
1010
echo -e "\033[1;34m"
11-
echo " ____ _ _ "
12-
echo " / ___| ___ _ __ ___(_)_ __ (_)"
13-
echo "| | _ / _ \ '_ ` _ \ | '_ \| |"
11+
echo " ____ _ _ "
12+
echo " / ___| ___ _ __ ___ (_) __ (_)"
13+
echo "| | _ / _ \ '_ \' _ \ | '_ \| |"
1414
echo "| |_| | __/ | | | | | | | | | |"
1515
echo " \____|\___|_| |_| |_|_|_| |_|_|"
1616
echo -e "\033[0m"
17-
echo -e "\033[1;32m Gemini CLI Integration v$VERSION\033[0m"
17+
echo -e "\033[1;32m Gemini CLI Starter v$VERSION\033[0m"
1818
echo "------------------------------------------"
1919
}
2020

0 commit comments

Comments
 (0)