From 20a78c1153550cd507f29f8af3138ce6333bcf06 Mon Sep 17 00:00:00 2001 From: Tobias Date: Fri, 7 Jan 2022 21:53:22 +0100 Subject: docs(faq): for uninstalling, change which to command -v (#3394) * Changed 'which' to 'command -v' which is more general, and available on more systems * docs: for uninstalling, change which to command -v --- docs/faq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/README.md b/docs/faq/README.md index cf997ebdd..94eb28373 100644 --- a/docs/faq/README.md +++ b/docs/faq/README.md @@ -143,5 +143,5 @@ If Starship was installed using the install script, the following command will d ```sh # Locate and delete the starship binary -sh -c 'rm "$(which starship)"' +sh -c 'rm "$(command -v 'starship')"' ``` -- cgit v1.2.3