Fix ANSI colors for zsh & Add execute permission to file ssl (#1)

* Fix ANSI colors for zsh

* Add execute permission to file ssl
This commit is contained in:
muyinliu 2020-12-29 16:25:13 +08:00 committed by GitHub
parent e05facf7fe
commit b8ed28cd57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
ssl Normal file → Executable file
View file

@ -7,11 +7,11 @@
##
# Colors
##
green='\e[32m'
blue='\e[34m'
clear='\e[0m'
orange='\e[33m'
red='\e[31m'
green=$(printf '\e[32m')
blue=$(printf '\e[34m')
clear=$(printf '\e[0m')
orange=$(printf '\e[33m')
red=$(printf '\e[31m')
##
# Color Functions