mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
Fixed deprecated regex
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
parent
ee9a720f67
commit
456a586584
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
sed -r \
|
sed -r \
|
||||||
-e "s/^## ?(.*)/${NC_White}\1${NC_No}/gI" \
|
-e "s/^## ?(.*)/${NC_White}\1${NC_No}/gI" \
|
||||||
-e "s/^# ?(.*)/${NC_Bold}\1${NC_No}/gI" \
|
-e "s/^# ?(.*)/${NC_Bold}\1${NC_No}/gI" \
|
||||||
-e "s/^([ a-z0-9.-_]*)::/${NC_Bold}\1${NC_No}/gI" \
|
-e "s/^([ a-z0-9._-]*)::/${NC_Bold}\1${NC_No}/gI" \
|
||||||
-e "s/\*\*([^*]*)\*\*/${NC_Bold}\1${NC_No}/gI" \
|
-e "s/\*\*([^*]*)\*\*/${NC_Bold}\1${NC_No}/gI" \
|
||||||
-e "s/\*([^*]*)\*/${NC_White}\1${NC_No}/gI" \
|
-e "s/\*([^*]*)\*/${NC_White}\1${NC_No}/gI" \
|
||||||
--
|
--
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue