mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 19:31:14 -03:00
man: Use new data_dir variable name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user