From 5b12a7dbff28eb885aa285ef6f74349e9f489a36 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 12 Nov 2021 05:04:49 -0800 Subject: [PATCH] updated clear command alias --- bashrc.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashrc.txt b/bashrc.txt index 49eed92b..6f2f8a1f 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -189,7 +189,8 @@ alias {musik,cmu}="cmus" alias ytdl="youtube-dl" alias thinkorswim="~/thinkorswim/thinkorswim &" alias {vs,vsc}="code" -alias shutdown="shutdown -h now" +alias cl="clear" +alias shutdown="doas shutdown -h now" alias reboot="doas reboot" alias {log,logout}="xfce4-session-logout --logout" alias curltime="curl -w \"@$HOME/Documents/notes/curl-format.txt\" -o /dev/null -s"