add overwrite notice to posh profile, too

This commit is contained in:
Benjamin Staneck
2015-10-14 19:50:49 +02:00
parent 215ba574aa
commit 5a1aa7e25b
2 changed files with 6 additions and 1 deletions

6
vendor/profile.ps1 vendored
View File

@ -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