mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
setopt globalextended
This commit is contained in:
parent
d3a259b369
commit
4b143ab382
2 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ function quick-look() {
|
|||
}
|
||||
|
||||
function man-preview() {
|
||||
man -t "$@" | open -f -a Preview
|
||||
man -t dvi "$@" | open -f -a Preview
|
||||
}
|
||||
|
||||
function trash() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue