We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1194ac commit 11b14cdCopy full SHA for 11b14cd
bash_profile
@@ -19,7 +19,7 @@ bldblu='\e[1;34m' # Blue
19
bldpur='\e[1;35m' # Purple
20
bldcyn='\e[1;36m' # Cyan
21
bldwht='\e[1;37m' # White
22
-unkblk='\e[4;30m' # Black - Underline
+undblk='\e[4;30m' # Black - Underline
23
undred='\e[4;31m' # Red
24
undgrn='\e[4;32m' # Green
25
undylw='\e[4;33m' # Yellow
@@ -29,7 +29,7 @@ undcyn='\e[4;36m' # Cyan
29
undwht='\e[4;37m' # White
30
bakblk='\e[40m' # Black - Background
31
bakred='\e[41m' # Red
32
-badgrn='\e[42m' # Green
+bakgrn='\e[42m' # Green
33
bakylw='\e[43m' # Yellow
34
bakblu='\e[44m' # Blue
35
bakpur='\e[45m' # Purple
0 commit comments