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
00a2c81602
commit
a2bd864d5c
1 changed files with 4 additions and 0 deletions
|
|
@ -55,3 +55,7 @@ end do_submenu
|
||||||
do_submenu("iTerm", "Shell", "New Tab")
|
do_submenu("iTerm", "Shell", "New Tab")
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function lock() {
|
||||||
|
open -a ScreenSaverEngine
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue