-
-
Notifications
You must be signed in to change notification settings - Fork 81
Remove unused code from script-functions #226
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
Conversation
I didn't check, but if any of these are in the manual page for grml's zshrc, they should be removed also. |
the zshrc config does not source script-functions. I expect them to not be in the man page, or if they are then they are already duplicated in zshrc (and will stay in there). |
Fair point. I assumed this was of |
Yeah, it's one of the long standing issue I'd like to clean up :) |
@mika could you take a look? |
I imagine when we move the remaining scripts from grml-scripts into grml-live,
script-functions
should be merged withautoconfig.functions
. Until then we can at least slim this file down.