Browse Source

Quality of life change for ansiConfig

pull/7/head
Archund 5 years ago
parent
commit
063e8030c1
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      scripts/ansiConfig.sh

+ 4
- 1
scripts/ansiConfig.sh View File

@ -36,9 +36,12 @@ esc="\e"
ITALOFF="${esc}[23m"
UNDERON="${esc}[4m"
UNDEROFF="${esc}[24m"
BLINK="${esc}[5m"
STATIC="${esc}[25m"
INVON="${esc}[7m"
INVOFF="${esc}[27m"
RESET="${esc}[0m"
}
reset="${esc}[0m"
echo $RESET

Loading…
Cancel
Save