mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
merge this shit
This commit is contained in:
commit
9d1498a025
58 changed files with 2474 additions and 171 deletions
5
plugins/osx/_man-preview
Normal file
5
plugins/osx/_man-preview
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#compdef man-preview
|
||||
#autoload
|
||||
|
||||
_man
|
||||
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
|
||||
|
||||
function tab() {
|
||||
osascript >/dev/null <<EOF
|
||||
tell application "System Events"
|
||||
|
|
@ -11,7 +12,7 @@ osascript >/dev/null <<EOF
|
|||
end tell
|
||||
|
||||
EOF
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue