From 23fe1eb8fb28c4588b47d712e497fd1e321c2de9 Mon Sep 17 00:00:00 2001 From: reonokiy Date: Wed, 12 Feb 2025 13:40:24 +0800 Subject: [PATCH] add zoxide --- dot_config/fish/config.fish | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot_config/fish/config.fish b/dot_config/fish/config.fish index 481f07c..c7c92f8 100644 --- a/dot_config/fish/config.fish +++ b/dot_config/fish/config.fish @@ -17,3 +17,8 @@ if command -v starship >/dev/null source (starship init fish --print-full-init | psub) end +# zoxide +if command -v zoxide >/dev/null + zoxide init fish | source +end +