From 9f2b0545508a568b79954ef4364ae7388c991830 Mon Sep 17 00:00:00 2001 From: Leonardo Santagada Date: Wed, 14 Jun 2017 10:07:44 +0200 Subject: fix profile showing command for powershell change the profile showing command to one that matches the microsoft article linked, as its simpler and the old one didn't work at least on windows 10 creators edition. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9643d7ca..2150ebd2 100644 --- a/README.md +++ b/README.md @@ -392,7 +392,7 @@ from the repository root. ##### Powershell Profile To customize powershell on start-up there is a special powershell script that has to be created. -In order to find its location run command `Get-Command $profile | Select-Object -ExpandProperty Definition` +In order to find its location type `$profile` See [more](https://technet.microsoft.com/en-us/library/bb613488(v=vs.85).aspx) for profile details. Any powershell code in this file gets evaluated at the start of console. -- cgit v1.2.3