mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Added function to lock at osx plugin
This commit is contained in:
parent
0525bd64d1
commit
7a281a90ac
1 changed files with 3 additions and 0 deletions
|
|
@ -154,3 +154,6 @@ function trash() {
|
|||
IFS=$temp_ifs
|
||||
}
|
||||
|
||||
function lock() {
|
||||
open -a ScreenSaverEngine
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue