File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ ## Config
2+
3+ All config files must be in this folder. If there is no option to set this folder
4+ directly, it has to be hardlinked.
5+
6+ * ` user_aliases.cmd ` : aliases in cmd; called from vendor\init.bat; autocreated from
7+ ` vendor\user_aliases.cmd.default ` .
8+ * ` *.lua ` : clink completions and prompt filters; autoloaded after all
9+ prompt filter and clink completions are initialized; add your own.
10+ * ` user_profile.{sh|cmd|ps1} ` : startup files for bash|cmd|powershell tasks; called from their
11+ respective startup scripts in ` vendor\ ` ; autocreated from
12+ ` vendor\user_profile.{sh|cmd|ps1}.default ` on first start of such a task.
13+ * ` .history ` : the current commandline history; autoupdated on close.
14+ * ` settings ` : settings for readline; overwritten on update.
15+ * ` user-ConEmu.xml ` : settings from ConEmu the UI of Cmder. ;
16+ Do not edit this file directly it is overwritten on each cmder.exe launch.
Original file line number Diff line number Diff line change 1+ ## Profile.d Folder
2+
3+ * Files in this folder named ` *.{sh|cmd|ps1} ` : Will be executed by the appropriate shell when starting the shell.
You can’t perform that action at this time.
0 commit comments