setopt globalextended

This commit is contained in:
praful mathur 2011-12-02 11:12:47 -05:00
commit 4b143ab382
2 changed files with 2 additions and 2 deletions

View file

@ -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() {