2
0
mirror of https://github.com/cmderdev/cmder.git synced 2025-04-21 09:02:30 +08:00

add README config/profile.d

This commit is contained in:
dgames 2022-01-15 11:12:38 -05:00
parent 0e8c556e7d
commit c51c3c55a8
2 changed files with 4 additions and 0 deletions
.gitignore
config/profile.d

1
.gitignore vendored

@ -15,6 +15,7 @@ vendor/git-for-windows
config/* config/*
!config/Readme.md !config/Readme.md
!config/profile.d/README.md
config_user/* config_user/*

@ -0,0 +1,3 @@
## Profile.d Folder
* Files in this folder named `*.{sh|cmd|ps1}`: Will be executed by the appropriate shell when starting the shell.