From 5bd0fa6c8ce3f0dcd8bc1e751fbbdc484d685dc1 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Wed, 19 Sep 2018 12:03:01 -0700 Subject: [PATCH] Make autojump fish config Linux-compatible --- fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/fish/config.fish b/fish/config.fish index 15a060e..49c463d 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -36,6 +36,7 @@ end # ======== [ -f /usr/local/share/autojump/autojump.fish ]; and . /usr/local/share/autojump/autojump.fish +[ -f /usr/share/autojump/autojump.fish ]; and . /usr/share/autojump/autojump.fish # ========= # Functions