We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e8c556 commit c51c3c5Copy full SHA for c51c3c5
.gitignore
@@ -15,6 +15,7 @@ vendor/git-for-windows
15
16
config/*
17
!config/Readme.md
18
+!config/profile.d/README.md
19
20
config_user/*
21
config/profile.d/README.md
@@ -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