diff --git a/neofetch b/neofetch index 85f16de8b88..5e15abd200e 100755 --- a/neofetch +++ b/neofetch @@ -2293,7 +2293,7 @@ get_editor() { editor="${editor/$editor_name }" ;; *) - editor+=$("$editor_full_path" --version 2>&1) + # editor+=$("$editor_full_path" --version 2>&1) editor="${editor/$'\n'*}" ;; esac