Skip to content

Commit 49b7eee

Browse files
committed
Restore config README files accidentally removed during testing
1 parent f90d276 commit 49b7eee

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

config/Readme.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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.

config/profile.d/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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.

0 commit comments

Comments
 (0)