aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/main.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/main.bash b/lib/main.bash
index 7b08ed6..9042324 100644
--- a/lib/main.bash
+++ b/lib/main.bash
@@ -212,6 +212,7 @@ discover_system() {
RSTAR_PLATFORM["os"]="$(discover_system_os)"
RSTAR_PLATFORM["arch"]="$(discover_system_arch)"
RSTAR_PLATFORM["version"]="$(discover_system_version)"
+ RSTAR_PLATFORM["term"]="$TERM"
# When on a Linux-using OS, check for the specific distribution in use.
if [[ ${RSTAR_PLATFORM[os]} == *"linux"* ]]