diff --git a/vendor/init.bat b/vendor/init.bat index 691fb6c..0814411 100644 --- a/vendor/init.bat +++ b/vendor/init.bat @@ -1,5 +1,4 @@ :: Init Script for cmd.exe -:: Sets some nice defaults :: Created as part of cmder project :: !!! THIS FILE IS OVERWRITTEN WHEN CMDER IS UPDATED diff --git a/vendor/profile.ps1 b/vendor/profile.ps1 index 6c7270a..517efea 100644 --- a/vendor/profile.ps1 +++ b/vendor/profile.ps1 @@ -1,3 +1,9 @@ +# Init Script for PowerShell +# Created as part of cmder project + +# !!! THIS FILE IS OVERWRITTEN WHEN CMDER IS UPDATED +# !!! Use "%CMDER_ROOT%\config\user-profile.ps1" to add your own startup commands + # Compatibility with PS major versions <= 2 if(!$PSScriptRoot) { $PSScriptRoot = Split-Path $Script:MyInvocation.MyCommand.Path