From 22361f5120f1aff0b9df564e206f7f702f3bc58f Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 20 Feb 2024 06:18:30 +0100 Subject: [PATCH] docs(fish): replace cd with zoxide --- docs/fish.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/fish.org b/docs/fish.org index 5a74166..da547e4 100644 --- a/docs/fish.org +++ b/docs/fish.org @@ -32,6 +32,7 @@ file (which you can find [[https://labs.phundrak.com/phundrak/dotfiles/src/branc fenv source ~/.profile #+end_src + [[https://direnv.net/][Direnv]] is a really neat tool that allows you to load the content of a dotenv file as environment variables. Its installation is quite simple for fish. @@ -207,11 +208,10 @@ disable = true disable = true #+end_src -*** Loading ~zoxide~ -~zoxide~ is a smarter ~cd~ command, accessible through ~z~. It can be loaded -like so: +*** Loading =zoxide= +=zoxide= is a smarter =cd= command. I actually have it replace =cd= entirely through the =--cmd= flag you see below.. #+begin_src fish -zoxide init fish | source +zoxide init --cmd cd fish | source #+end_src ** Abbreviations