You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: