Skip to content

Commit

Permalink
Merge pull request #157 from wtfzambo/patch-1
Browse files Browse the repository at this point in the history
docs: added warning for powershell users
  • Loading branch information
skywind3000 authored Jun 14, 2022
2 parents a8e92e0 + ee6aa2c commit 1ead694
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ z -b foo # cd to the parent directory starting with foo

- Power Shell:

> ⚠️ **WARNING**: users of [Starship Prompt](https://starship.rs/) should add the following command *after* `starship init`.
put something like this in your `profile.ps1`:

Invoke-Expression (& { (lua /path/to/z.lua --init powershell) -join "`n" })
Expand Down

0 comments on commit 1ead694

Please sign in to comment.