diff options
Diffstat (limited to 'config.fish')
| -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 |