From ee6aa2c5ce1442db1c1a3b3c9010ad5e7212a003 Mon Sep 17 00:00:00 2001 From: wtfzambo <47462792+wtfzambo@users.noreply.github.com> Date: Tue, 14 Jun 2022 06:16:58 -0400 Subject: [PATCH] docs: added warning for powershell users `.zlua` file doesn't get created for Powershell users that use [Starship Prompt](https://starship.rs/) and place z.lua init command before starship init command in their `profile.ps1`. Couldn't reproduce the bug in zsh. Didn't test other shells. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 416515d..000ac68 100644 --- a/README.md +++ b/README.md @@ -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" })