man: Use new data_dir variable name

This commit is contained in:
Fabian Homborg 2018-11-29 20:28:29 +01:00
parent eb0dd1ea78
commit f0aa63cc11

View file

@ -19,7 +19,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_datadir)/fish/man
set -l fish_manpath (dirname $__fish_data_dir)/fish/man
if test -d $fish_manpath
set MANPATH $fish_manpath $MANPATH
end