mirror of
https://github.com/cmderdev/cmder.git
synced 2025-03-13 14:14:37 +08:00
4bfdf04d59dab80e1ce76d7125c546006273e188 moved all clink config files to vendor/ and therefore the files in config/ were not used and .history was also moved to vendor/. The new arrangement uses `--script` to load our own clink.lua file which in turn as the first thing loads the original clink.lua file. The user defined files are again in config/. As clink regenerates these files, if they are not present, this also means that we don't need to include the settings file in the git repo and therefore don't overwrite it on updates.
Config
All config files must be in this folder. If there is no option to set this folder directly, it has to be hardlinked.
aliases
: aliases in cmd; called form vendor\init.bat; autocreated fromvendor\aliases.example
.*.lua
: clink completitions and prompt filters; called from vendor\cmder.lua after all other prompt filter and clink completitons are initialized; add your own.user_profile.{sh|bat|ps1}: startup files for bash|cmd|powershell tasks; called from their respective startup scripts in
vendor`; autocreated on first start of such a task.history
: the current commandline history; autoupdated on closesettings
: settings for readline; overwritten on updateConEmu.xml
: settings from ConEmu (=the UI of cmder -> Preferences); overwritten on update