This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-bash_manager
mirror of
https://github.com/jrtechs/bash_manager.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Quality of life change for ansiConfig
pull/7/head
Archund
6 years ago
parent
aebbea59ea
commit
063e8030c1
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save