-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat: display editor setting #2271
base: master
Are you sure you want to change the base?
Conversation
You can add [[ -z "$editor_full_path" ]] && return |
Display the configured editor, version and path using the $EDITOR environment variable similar to the way the shell version is displayed from the $SHELL variable. fixes: dylanaraps#2270
50ab444
to
d6f1660
Compare
Hi, |
…setting Upstream PR: dylanaraps/neofetch#2271 Thanks to @m-ildefons Co-authored-by: Moritz Röhrich <moritz@ildefons.de>
Yea that's fine, we can assume that EDITOR is correctly configured |
Thank you for your contribution! This PR is merged into hyfetch since this repo (dylanaraps/neofetch) seems no longer maintained. HyFetch is a fork of neofetch with LGBTQ pride flags, but the repo also maintains an updated version of the original neofetch, addressing many pull requests that are not merged in the original repo. Read the "Running Updated Original Neofetch" section for more info! |
Display the configured editor, version and path using the $EDITOR environment variable similar to the way the shell version is displayed from the $SHELL variable.
fixes: #2270
TODO