From 15d09bac36f1a5845c87d6c5f4edb64634407546 Mon Sep 17 00:00:00 2001 From: Hekuran Date: Thu, 23 Sep 2021 20:54:58 +0200 Subject: sysact rewrite and minor stuff (#1000) * minor forgoten stuff we already have shutdown in sudo loop * why was this still here? it belongs in ~/.config/ * what the actual phucc * implemented loginctl and fixed shebang --- .config/shell/aliasrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/shell') diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 0890ccd..ad71695 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -35,7 +35,7 @@ alias \ g="git" \ trem="transmission-remote" \ YT="youtube-viewer" \ - sdn="sudo shutdown -h now" \ + sdn="shutdown -h now" \ e="$EDITOR" \ v="$EDITOR" \ p="pacman" \ -- cgit v1.3.1