aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_man_page.fish
blob: 17a9031534c6205a82665ec19c3fb662deccdb01 (plain)
1
2
3
4
function __fish_man_page
	man (basename (commandline -po; echo)[1]) ^/dev/null
	or printf \a
end