-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux Queries #7
Comments
Technically "vi" should be on every system. But "vim" is likely to be on 90% of systems, and according to wikipedia is also on every mac os. Though I'm sure Mac has something friendlier for it's flagship editor. Could have a menu where users select their editor of choice. |
I think I'll move setting for $editor out of main script into do-settings.ps1. I think its more logical and useful place to be able to set it. |
One thing I've looked into is making do-settings.ps1 so it takes user step by step through an .ini creation. Has advantage it would be cross-platform, not requiring an external editor. |
The text was updated successfully, but these errors were encountered: