mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 06:25:49 +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
|