From 1a8cb59faddcc660982b97854c5b134f7b5c0236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Archer?= <2981437+stephane-archer@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:06:18 +0200 Subject: [PATCH] Update fish instruction in README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e92a26..eb7ca30 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,9 @@ zoxide can be installed in 4 easy steps: > `~/.config/fish/config.fish`): > > ```fish - > zoxide init fish | source + > if command -q zoxide + > zoxide init fish | source + > end > ```