cmder设置打开时的默认目录

cmder设置打开时的默认目录
希望打开cmder自动进入工作目录,怎么配置?

cmder的config目录下有个user-profile.cmd文件,这里就是启动cmder时会自动执行的脚本,每次打开都会执行

简单的加入切换到指定目录:

:: use this file to run your own startup commands

:: use  in front of the command to prevent printing the command

:: uncomment this to have the ssh agent load when cmder starts

:: call "%GIT_INSTALL_ROOT%/cmd/start-ssh-agent.cmd"

:: uncomment this next two lines to use pageant as the ssh authentication agent

:: SET SSH_AUTH_SOCK=/tmp/.ssh-pageant-auth-sock

:: call "%GIT_INSTALL_ROOT%/cmd/start-ssh-pageant.cmd"

:: you can add your plugins to the cmder path like so

:: set "PATH=%CMDER_ROOT%\vendor\whatever;%PATH%"

@D:
@cd D:\wamp64\www\tools

@echo off

另外,打开cmder安装目录下的 config\user-aliases.cmd文件,可以设置快捷方式,比如

st="D:\Sublime3\sublime_text.exe"  // 输入st即可快捷地打开Sublime Text 3
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

友情链接更多精彩内容