From c25efeed7ab8053c783ea83cfc2cacb6013c6c09 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 30 Apr 2021 20:07:20 +0200 Subject: [PATCH] __fish_apropos: Fix broken variable name --- share/functions/__fish_apropos.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/__fish_apropos.fish b/share/functions/__fish_apropos.fish index 2714a50a1..2cae80018 100644 --- a/share/functions/__fish_apropos.fish +++ b/share/functions/__fish_apropos.fish @@ -26,7 +26,7 @@ if test $status -eq 0 -a (count $sysver) -eq 3 # and override the MANPATH using that directory before we run `apropos` # # the cache is rebuilt once a week. - set -l whatis $cache/whatis + set -l whatis $dir/whatis set -l max_age 600000 # like a week set -l age $max_age