Update 2024-01-28 11:17 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id 2024-01-28 11:17:14 +01:00
parent cab3f26ede
commit a5c2c032d6
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
########################################################################
C1="\[$(tput setaf 241)\]" # gray
#C2="\[$(tput setaf 208)\]" # orange
#C2="\[$(tput setaf 209)\]" # orange
C2="\[$(tput setaf 37)\]" # green
C0="\[$(tput op)\]" # reset
x=$(print \\001) # hack from ksh(1)