Skip to content

Commit

Permalink
Add Powershell init example
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Keranen committed Jul 11, 2024
1 parent 01664ca commit ca69313
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ This will define the scmpuff shell functions as well as some handy shortcuts.

[fish]: https://fishshell.com/

For Powershell on Windows, add the following to your `$PROFILE` file:

scmpuff init --shell=pwsh | Out-String | Invoke-Expression


## Usage

Expand Down

0 comments on commit ca69313

Please sign in to comment.