From e277de6ae179f4893360962446264ac9b517745a Mon Sep 17 00:00:00 2001 From: ViktorBarzin Date: Mon, 23 Apr 2018 10:00:05 +0100 Subject: [PATCH] Add new stuff --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index 5e1b258..fa93bab 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -42,7 +42,7 @@ function bye() { then echo 'Rsync is running, not going to sleep.' else - sudo systemctl suspend + /bin/lock && sudo systemctl suspend fi }