Skip to content

Commit 1ead694

Browse files
authored
Merge pull request #157 from wtfzambo/patch-1
docs: added warning for powershell users
2 parents a8e92e0 + ee6aa2c commit 1ead694

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ z -b foo # cd to the parent directory starting with foo
119119

120120
- Power Shell:
121121

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

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

0 commit comments

Comments
 (0)