mirror of
https://github.com/Morantron/tmux-fingers.git
synced 2026-09-10 07:26:32 -04:00
add TERM value to fingers info command
This commit is contained in:
parent
e3561d5dfa
commit
d05ec8817f
|
|
@ -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]
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue