From 0db157fde9c74fa8cd845bc29e1db0fe58824ad6 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 8 Apr 2020 14:12:57 +0200 Subject: Include term in sysinfo --- lib/main.bash | 1 + 1 file changed, 1 insertion(+) 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"* ]] -- cgit v1.1