mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
5 lines
97 B
Fish
5 lines
97 B
Fish
|
function __fish_man_page
|
||
|
man (basename (commandline -po; echo)[1]) ^/dev/null
|
||
|
or printf \a
|
||
|
end
|