mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Added function to lock at osx plugin
This commit is contained in:
parent
4054e2812a
commit
d86f011ba4
1 changed files with 4 additions and 0 deletions
|
|
@ -157,3 +157,7 @@ function trash() {
|
|||
function vncviewer() {
|
||||
open vnc://$@
|
||||
}
|
||||
|
||||
function lock() {
|
||||
open -a ScreenSaverEngine
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue