From d763e4742c6dcb7080ab53b6b8aa9bd1cc96acc7 Mon Sep 17 00:00:00 2001 From: ViktorBarzin Date: Tue, 13 Feb 2018 00:00:03 +0000 Subject: [PATCH] Add new stuff --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index 562d6e9..8e4fb00 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -42,7 +42,7 @@ function bye() { then echo 'Rsync is running, not going to sleep.' else - systemctl suspend + sudo systemctl suspend fi }