mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
Add the pman function to view man pages as PDFs.
This commit is contained in:
parent
be0191cf83
commit
9d43c16f4e
1 changed files with 5 additions and 0 deletions
|
|
@ -12,3 +12,8 @@ setopt long_list_jobs
|
||||||
## pager
|
## pager
|
||||||
export PAGER='less -R'
|
export PAGER='less -R'
|
||||||
export LC_CTYPE=en_US.UTF-8
|
export LC_CTYPE=en_US.UTF-8
|
||||||
|
|
||||||
|
## pretty man pages
|
||||||
|
function pman() {
|
||||||
|
man $1 -t | open -f -a Preview
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue