aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-04-08 14:12:57 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-04-08 14:16:51 +0200
commit0db157fde9c74fa8cd845bc29e1db0fe58824ad6 (patch)
tree432d3c1691b9c033336492d364b7b375c1dd676b
parent6a336f0167393318639b6bc1c9ccf0484219c970 (diff)
Include term in sysinfo
-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"* ]]