mirror of
https://github.com/skywind3000/z.lua
synced 2026-06-16 11:08:51 +00:00
Merge pull request #157 from wtfzambo/patch-1
docs: added warning for powershell users
This commit is contained in:
@@ -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" })
|
||||
|
||||
Reference in New Issue
Block a user