From 1fda0255d4670e37eb3c4c7bc6ef6ff24a061b41 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Wed, 2 Mar 2022 18:04:06 -0800 Subject: [PATCH] added mtime hwclock alias --- bashrc.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc.txt b/bashrc.txt index 1ffc4d38..7fc1d10e 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -294,6 +294,7 @@ 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" alias ipaddr="curl ifconfig.me ; echo ''" +alias mtime="doas hwclock" alias killport="fuser -k" alias npm_upgrade="doas npm install -g npm@latest"