Skip to content
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

How can I set the path of cmder properly at the start ? #1136

Closed
kevincaradant opened this issue Oct 19, 2016 · 1 comment
Closed

How can I set the path of cmder properly at the start ? #1136

kevincaradant opened this issue Oct 19, 2016 · 1 comment

Comments

@kevincaradant
Copy link

kevincaradant commented Oct 19, 2016

Hi

In the moment, I have to change the PATH manually once cmder started with :
set PATH=C:\git\bin;C:\node;%PATH%

Do you know what is the most simple way and better way today to set a command at the start of cmder ?
Thank you

Edit: I tried to put set PATH=C:\GodPack\git\bin;C:\GodPack\node; in the /bin/alias.bat file ( at the begin of this file) but that doesn't seems to work.
When I write echo %PATH% in the cmder console, I see all the old path but not the new which I want to set.

@kevincaradant kevincaradant changed the title How can I set the path of cmder properly ? How can I set the path of cmder properly at the start ? Oct 19, 2016
@kevincaradant
Copy link
Author

Ok I found the solution:

I set the path in the user.profile.cmd file in the folder "config" and I put the binaries directly in /bin folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant