From 1d47a983296eb286cd5475e2cb91382eccafb384 Mon Sep 17 00:00:00 2001 From: Pireax Date: Thu, 15 Oct 2015 12:15:19 +0200 Subject: [PATCH] lambda was encoded with UTF-8 without BOM, didn't show properly --- vendor/profile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/profile.ps1 b/vendor/profile.ps1 index 88abb61..cc3850c 100644 --- a/vendor/profile.ps1 +++ b/vendor/profile.ps1 @@ -1,4 +1,4 @@ -# Init Script for PowerShell +# Init Script for PowerShell # Created as part of cmder project # !!! THIS FILE IS OVERWRITTEN WHEN CMDER IS UPDATED