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 +