mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Lock function on osx plugin
This commit is contained in:
parent
d40ddb5757
commit
aea94507c5
1 changed files with 4 additions and 0 deletions
|
|
@ -61,3 +61,7 @@ end do_submenu
|
|||
do_submenu("iTerm", "Shell", "New Tab")
|
||||
EOF
|
||||
}
|
||||
|
||||
function lock() {
|
||||
open -a ScreenSaverEngine
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue