Skip to content

Commit

Permalink
[F] Fix editor version stuck on macOS using the pico editor
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Aug 10, 2023
1 parent 65d82be commit 01821a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01821a8

Please sign in to comment.