mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-02 07:53:43 +08: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
|