How do I configure environment variables in cmder?
There is a user startup script in cmder\config\user-profile.cmd
. To add items to your PATH, you can do the following;
@set PATH=<path_of_your_item>;%PATH%
There is a user startup script in cmder\config\user-profile.cmd
. To add items to your PATH, you can do the following;
@set PATH=<path_of_your_item>;%PATH%