diff --git a/src/fingers/commands/info.cr b/src/fingers/commands/info.cr index 4ba1b20..3b5f652 100644 --- a/src/fingers/commands/info.cr +++ b/src/fingers/commands/info.cr @@ -15,7 +15,8 @@ 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"], + ["TERM", ENV["TERM"]? || "not set"], + ["SHELL", ENV["SHELL"]? || "not set"], ["crystal-version", Crystal::VERSION] ]