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.
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.
Most helpful comment
Ok I found the solution:
I set the path in the
user.profile.cmdfile in the folder "config" and I put the binaries directly in/binfolder.