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
c936c94efe
commit
19b9f4c9df
1 changed files with 3 additions and 0 deletions
|
|
@ -97,3 +97,6 @@ function trash() {
|
||||||
IFS=$temp_ifs
|
IFS=$temp_ifs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function lock() {
|
||||||
|
open -a ScreenSaverEngine
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue