Skip to content

Commit

Permalink
Update installing-mise.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Dec 31, 2024
1 parent b04359f commit d52f32c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/installing-mise.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d52f32c

Please sign in to comment.