From d52f32c802d77af32036ed9ea575317be6c2f5fb Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Tue, 31 Dec 2024 04:24:23 -0600 Subject: [PATCH] Update installing-mise.md --- docs/installing-mise.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/installing-mise.md b/docs/installing-mise.md index 5b426d9a24..abdaf32a68 100644 --- a/docs/installing-mise.md +++ b/docs/installing-mise.md @@ -287,6 +287,17 @@ this is not necessary. See [`MISE_FISH_AUTO_ACTIVATE=1`](/configuration#mise_fish_auto_activate1) for more information. ::: +### Powershell + +::: warning +See [about_Profiles](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_profiles) docs to find your actual profile location. +You will need to first create the parent directory if it does not exist. +::: + +```pwsh +echo '~/.local/bin/mise activate mise activate pwsh | Out-String | Invoke-Expression' >> $HOME\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 +``` + ### Nushell Nu