From 434d6f2996613e43e35647975caa98a6e968abeb Mon Sep 17 00:00:00 2001 From: "Dax T. Games" Date: Sun, 28 Feb 2016 10:41:10 -0600 Subject: [PATCH] Fixed profile.d table --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99fb51e..70be296 100644 --- a/README.md +++ b/README.md @@ -100,8 +100,8 @@ You can write *.cmd|*.bat, *.ps1, and *.sh scripts and just drop them in the %CM |Shell|Cmder 'Profile.d' Scripts| | ------------- |:-------------:| -|Cmder|%CMDER_ROOT%\config\profile.d\*.bat and *.cmd| -|Powershell|$ENV:CMDER_ROOT\config\profile.d\*.ps1| +|Cmder|%CMDER_ROOT%\config\profile.d\\*.bat and *.cmd| +|Powershell|$ENV:CMDER_ROOT\config\profile.d\\*.ps1| |Bash/Mintty|$CMDER_ROOT/config/profile.d/*.sh|