1
0
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:
Linwei
2022-06-14 20:35:45 +08:00
committed by GitHub
+2
View File
@@ -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" })