mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-07 15:20:22 +00:00
5 lines
135 B
Fish
5 lines
135 B
Fish
# Open a specified man page in Preview
|
|
|
|
function manp -d "Open a specified man page in Preview"
|
|
man -t $argv | open -f -a Preview
|
|
end |