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"