mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
man: Remove useless dirname call
This removed "/fish" just to add it back.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user