diff options
| author | ache <ache@ache.one> | 2026-01-05 01:23:48 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-01-05 01:23:58 +0100 |
| commit | 865bb4504952102aaf66af80f199fbcf2f5085dd (patch) | |
| tree | ea48c076f762b8e6538471f9b38f1237119ef2c7 | |
| parent | add support for asdf manager (diff) | |
Use zoxide for the z directory shortcut
| -rw-r--r-- | config.fish | 7 |
1 files changed, 6 insertions, 1 deletions
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 |