AutoYADM commit: 2025-05-21 02:32:37

This commit is contained in:
Daniel Fichtinger 2025-05-21 02:32:37 -04:00
parent 28c3d3251f
commit bbbc0d4c6b
3 changed files with 15 additions and 4 deletions

View file

@ -29,8 +29,8 @@ function man --wraps man --description 'Format and display manual pages'
set -l fish_manpath (dirname $fish_data_dir)/fish/man
if test -d "$fish_manpath" -a -n "$MANPATH"
set MANPATH "$fish_manpath":$MANPATH
command man $argv
command man $argv | kak -e 'set buffer filetype man'
return
end
command man $argv
command man $argv | kak -e 'set buffer filetype man'
end