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:
parent
e05facf7fe
commit
b8ed28cd57
1 changed files with 5 additions and 5 deletions
10
ssl
Normal file → Executable file
10
ssl
Normal file → Executable 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
|
||||
|
|
Loading…
Reference in a new issue