From 53c002539f855f8a5882c77870301b4b0ffd4b45 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sat, 5 Mar 2022 09:11:13 -0800 Subject: [PATCH] changed mtime to hwclock --- bashrc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc.txt b/bashrc.txt index 8ef6c447..ed7fdac8 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -300,7 +300,7 @@ alias curltime="curl -w \"@$HOME/Documents/notes/curl-format.txt\" -o /dev/null alias inxi-w="inxi --weather-location 90004" alias forecast="curl -s 'http://wttr.in/losangeles'" alias ipaddr="curl ifconfig.me ; echo ''" -alias mtime="doas hwclock" +alias hwclock="doas hwclock" alias killport="fuser -k" alias npm_upgrade="doas npm install -g npm@latest"