summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Santagada <santagada@gmail.com>2017-06-14 10:07:44 +0200
committerAndrew Gallant <jamslam@gmail.com>2017-07-22 08:53:46 -0400
commit9f2b0545508a568b79954ef4364ae7388c991830 (patch)
tree88cfa98cbd48caa9237bdd998650786db6b01a99
parent5613df3034d13160acf692154df476b019335295 (diff)
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.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.