diff options
-rw-r--r-- | bin/isolated-functions.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index d5d9b572d..dcd230844 100644 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -208,6 +208,7 @@ set_colors() { NORMAL=$'\e[0m' } +export -n GOOD WARN BAD HILITE BRACKET RC_ENDCOL="yes" RC_INDENTATION='' RC_DEFAULT_INDENT=2 |