mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
man: Use new data_dir variable name
This commit is contained in:
parent
eb0dd1ea78
commit
f0aa63cc11
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue