Skip to content

Commit a74fdd2

Browse files
committed
Merge pull request #860 from daxgames/fix_cmd_plugin.d
Fix cmd plugin.d
2 parents 8fa151d + 8a5c58e commit a74fdd2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ Version v*
1414
*.bak
1515
config/user-*
1616
config/aliases
17+
config/profile.d

Diff for: vendor/init.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
:: to run them at startup.
9393
@if not exist "%CMDER_ROOT%\config\profile.d" (
9494
mkdir "%CMDER_ROOT%\config\profile.d"
95-
}
95+
)
9696

9797
@pushd "%CMDER_ROOT%\config\profile.d"
9898
for /f "usebackq" %%x in ( `dir /b *.bat *.cmd` ) do (

0 commit comments

Comments
 (0)