diff --git a/src/fingers/commands/info.cr b/src/fingers/commands/info.cr index be4543d..4ba1b20 100644 --- a/src/fingers/commands/info.cr +++ b/src/fingers/commands/info.cr @@ -15,6 +15,7 @@ class Fingers::Commands::Info < Cling::Command ["log-path", "#{Fingers::Dirs::LOG_PATH}"], ["installation-method", "#{WIZARD_INSTALLATION_METHOD || "manual"}"], ["tmux-version", `tmux -V`.chomp], + ["TERM", ENV["TERM"] || "not set"], ["crystal-version", Crystal::VERSION] ]