From 865bb4504952102aaf66af80f199fbcf2f5085dd Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 5 Jan 2026 01:23:48 +0100 Subject: Use zoxide for the z directory shortcut --- config.fish | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'config.fish') diff --git a/config.fish b/config.fish index a0241b6..dbb6108 100644 --- a/config.fish +++ b/config.fish @@ -130,7 +130,12 @@ if test -e ~/.dircolors eval (dircolors -c ~/.dircolors) end -# opam configuration +if type -q zoxide + zoxide init fish | source +end + +## OCaml shit +## opam configuration if [ -e "/home/ache/.opam/opam-init/init.fish" ] source /home/ache/.opam/opam-init/init.fish >/dev/null 2>/dev/null; or true end -- cgit v1.3-2-g11bf