From c3e3c855ca5a0680766c615b1ffa312c23e04e75 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Sun, 25 Sep 2022 20:06:14 +0530 Subject: [PATCH] Use GitHub note tag --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5018ce8..3a49a5c 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,8 @@ Add this to your configuration (usually `~/.elvish/rc.elv`): eval (zoxide init elvish | slurp) ``` -Note: zoxide only supports elvish v0.18.0 and above. +> **Note** +> zoxide only supports elvish v0.18.0 and above. @@ -192,7 +193,8 @@ Add this to your configuration (usually `~/.config/fish/config.fish`): zoxide init fish | source ``` -Note: zoxide only supports fish v3.4.0 and above. +> **Note** +> zoxide only supports fish v3.4.0 and above. @@ -212,7 +214,8 @@ Now, add this to the end of your config file (find it by running source ~/.zoxide.nu ``` -Note: zoxide only supports Nushell v0.63.0 and above. +> **Note** +> zoxide only supports Nushell v0.63.0 and above. @@ -280,7 +283,8 @@ eval "$(zoxide init posix --hook prompt)" [fzf] is a command-line fuzzy finder, used by zoxide for interactive selection. It can be installed from [here][fzf-installation]. -Note: zoxide only supports fzf v0.21.0 and above. +> **Note** +> zoxide only supports fzf v0.21.0 and above. ### *Step 4: Import your data (optional)*