You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That would hardcode nano as editor, even for Ubuntu users that have a different default. I'll add a check for /etc/alternatives/editor and run /bin/nano if it doesn't exist.
Would it bee better to check whether the program is running on Arch or Ubuntu and then use /etc/alternatives or $EDITOR respectively? That way, people who either don't like nano or don't have nano installed can use it
howdy config should probably use something like $EDITOR
The text was updated successfully, but these errors were encountered: