-
Notifications
You must be signed in to change notification settings - Fork 123
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
Use array for default users #108
base: master
Are you sure you want to change the base?
Conversation
hmmm, Maybe instead of checking for old config we should update config instead?
|
Might not be as easy, e.g. you have to ignore comments etc. - not sure if you do this in the 2nd line already (?!). |
It is only barely tested btw, so please review with caution. |
Updating seems to work fine. Now have to test if this works in general What I like about this aproach that one can have as many users as he/she likes. |
Your approach would cause an extra |
@blueyed Do you think you can update this to latest master? Working through these old PRs and this is one I am interested to test and eventually merge. |
@carnager |
982a022
to
e0b8a62
Compare
This also avoids shelling out to `whoami` always, and only uses `$USER` by default.
Rebased again (no conflicts). |
This also avoids shelling out to
whoami
always, and only uses$USER
by default.