Config is mostly done now.
This commit is contained in:
@ -1,11 +1,12 @@
|
||||
ascii_art='
|
||||
ascii_art=$(cat << 'EOF'
|
||||
__ _ _ _.--._
|
||||
/ _\_ _ _ __ | |__ __ _| |_ _.-.' `.-._
|
||||
\ \| | | | '_ \| '_ \ / _` | __| .' ./`--...--' \ `.
|
||||
_\ \ |_| | | | | | | | (_| | |_ `.'.`--.._..--' .'
|
||||
\__/\__,_|_| |_|_| |_|\__,_|\__| `-..__ __..-'
|
||||
````
|
||||
'
|
||||
EOF
|
||||
)
|
||||
|
||||
# Define the color gradient (shades of cyan and blue)
|
||||
colors=(
|
||||
|
Reference in New Issue
Block a user