I resetted settings for laragon's terminal. Can I revert it back ?
-
So I was trying to run Sublime through cmder and saw somewhere I need to paste this command
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/bin/subl
Then I got some errors in terminal so I went to settings and pressed Reset and now it is not working like before. For example when I type ls it doesn't recognize command.
Can I reinstall cmder through laragon somehow ?
-
@Ivan-Osta : No worries - just rename the
C:\laragon\bin\cmder
toC:\laragon\bin\cmder.bak
and re-install Laragon over (Laragon is idempotent so you can re-install many times without any issue).
-
@leokhoa By reinstalling Laragon over, does it overrides the custom setting files like: MySQL data, cmder aliases, heidisql config, ssl certs, virtual hosts, apps like phpMyAdmin, modified Procfile etc. ?
-
@bantya : I'm not sure about cmder aliases (haven't checked yet) but for others, Laragon will not override.
-
@leokhoa Can you tell me please which exactly file I have to rename
And if I understood corectly, I will not lose settings and files like phpcsfixer
Thank you very much for help
-
@Ivan-Osta : You rename the whole cmder folder for backing up.
-
@leokhoa Thank you very much!