Add screensaver alias

This commit is contained in:
Georgi Gardev
2025-11-03 23:35:40 +02:00
parent 252800d91e
commit 51db723a82
+1
View File
@@ -138,4 +138,5 @@ if [ "$(uname)" = "Darwin" ]; then
alias fl="open -a ForkLift"
alias flushdns="sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder"
alias copyssh="pbcopy < $HOME/.ssh/id_ed25519.pub"
alias scr="open -b com.apple.ScreenSaver.Engine"
fi