diff --git a/share/functions/man.fish b/share/functions/man.fish index c466a1f64..08c066668 100644 --- a/share/functions/man.fish +++ b/share/functions/man.fish @@ -31,7 +31,7 @@ function man --description "Format and display the on-line manual pages" set -lx MANPATH $manpath # Prepend fish's man directory if available. - set -l fish_manpath (dirname $__fish_data_dir)/fish/man + set -l fish_manpath $__fish_data_dir/man if test -d $fish_manpath set MANPATH $fish_manpath $MANPATH end