cmder设置打开时的默认目录
程序员文章站
2024-01-07 19:11:46
...
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
另外,打开cmder安装目录下的\config\user-aliases.cmd文件,可以设置快捷方式,比如
st="D:\Sublime3\sublime_text.exe" //输入st即可快捷地打开Sublime Text 3
w=cd /d D:/wamp64/www //输入w会自动跳转到D:/wamp64/www/目录
..=cd .. //输入..快捷返回上一级文件夹
推荐阅读
-
cmder设置打开时的默认目录
-
Python中设置变量作为默认值时容易遇到的错误
-
如何将迅雷7设置成默认的下载工具无需在下载时选择
-
Android键盘输入语言设置默认打开myanmar缅甸语的步骤
-
IE10打开链接时的默认启动方式设置教程
-
Python中设置变量作为默认值时容易遇到的错误
-
设置文件的默认程序和添加程序到打开方式的解决办法
-
连接到SQL Server 2008时,在默认的设置下SQL Server不允许进行远程连接可能会导致此失败(Microsoft SQL Server,错误:1006
-
如何将迅雷7设置成默认的下载工具无需在下载时选择
-
pdf文档打开怎么设置默认回到上次浏览的地方?