Merge branch 'development' of github:cmderdev/cmder into development

This commit is contained in:
Jack Bennett 2015-10-14 18:52:42 +01:00
commit 719d598048
2 changed files with 6 additions and 1 deletions

1
vendor/init.bat vendored
View File

@ -1,5 +1,4 @@
:: Init Script for cmd.exe :: Init Script for cmd.exe
:: Sets some nice defaults
:: Created as part of cmder project :: Created as part of cmder project
:: !!! THIS FILE IS OVERWRITTEN WHEN CMDER IS UPDATED :: !!! THIS FILE IS OVERWRITTEN WHEN CMDER IS UPDATED

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 # Compatibility with PS major versions <= 2
if(!$PSScriptRoot) { if(!$PSScriptRoot) {
$PSScriptRoot = Split-Path $Script:MyInvocation.MyCommand.Path $PSScriptRoot = Split-Path $Script:MyInvocation.MyCommand.Path