Skip to content

Commit 11b14cd

Browse files
committed
Update color definitions.
1 parent d1194ac commit 11b14cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bash_profile

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bldblu='\e[1;34m' # Blue
1919
bldpur='\e[1;35m' # Purple
2020
bldcyn='\e[1;36m' # Cyan
2121
bldwht='\e[1;37m' # White
22-
unkblk='\e[4;30m' # Black - Underline
22+
undblk='\e[4;30m' # Black - Underline
2323
undred='\e[4;31m' # Red
2424
undgrn='\e[4;32m' # Green
2525
undylw='\e[4;33m' # Yellow
@@ -29,7 +29,7 @@ undcyn='\e[4;36m' # Cyan
2929
undwht='\e[4;37m' # White
3030
bakblk='\e[40m' # Black - Background
3131
bakred='\e[41m' # Red
32-
badgrn='\e[42m' # Green
32+
bakgrn='\e[42m' # Green
3333
bakylw='\e[43m' # Yellow
3434
bakblu='\e[44m' # Blue
3535
bakpur='\e[45m' # Purple

0 commit comments

Comments
 (0)