-
-
Notifications
You must be signed in to change notification settings - Fork 732
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
Fix gef-extras directory location #635
Conversation
This looks fine to me. Can you change the script to not confusingly (imo) set or not set DIR and name in the if else chain? don't get clever, just fully set the base path in that chain and use a single var in all the invocations |
Co-authored-by: Grazfather <grazfather@gmail.com>
Co-authored-by: Grazfather <grazfather@gmail.com>
Co-authored-by: Grazfather <grazfather@gmail.com>
Co-authored-by: Grazfather <grazfather@gmail.com>
Co-authored-by: Grazfather <grazfather@gmail.com>
Co-authored-by: Grazfather <grazfather@gmail.com>
Yes! Thanks for the suggestion! Not sure why I didn't it that way in the first place 😊 |
You forgot to remove |
My bad! Fixed and retested with different |
Better location for gef-extras
Description/Motivation/Screenshots
Moves the
~/gef-extras
folder to~/.config/gef-extras
if it exists, or to~/.gef-extras
otherwise. This will help de-clutter the home folder. The gef installer already does this but the gef-extras installer does not.How Has This Been Tested?
I ran several tests with different
$HOME
values to verify that the installer still works.Checklist
dev
branch, notmaster
.