From d53e204955196183a6179e9e83f6f17f4d694182 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Thu, 23 Dec 2021 11:42:06 -0800 Subject: [PATCH] aliased reboot and shutdown to shell scripts --- bashrc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc.txt b/bashrc.txt index abf91b25..623e9fc2 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -236,8 +236,8 @@ alias {mu,mt,mute}="pamixer -t" alias ytdl="youtube-dl" alias thinkorswim="~/thinkorswim/thinkorswim &" alias {cl,cls}="clear" -alias shutdown="doas newrm -r $HOME/.recycle-bin ; doas shutdown -h now" -alias reboot="doas newrm -r $HOME/.recycle-bin' ; doas reboot" +alias shutdown="shutdown.sh" +alias reboot="reboot.sh" alias log="xfce4-session-logout --logout:wq" alias curltime="curl -w \"@$HOME/Documents/notes/curl-format.txt\" -o /dev/null -s" alias weather="curl -s 'http://wttr.in' && inxi -w"