From 5a1aa7e25b9c91e012e999c24132c219228fef41 Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Wed, 14 Oct 2015 19:50:49 +0200 Subject: [PATCH] add overwrite notice to posh profile, too --- vendor/init.bat | 1 - vendor/profile.ps1 | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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