aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-08-12 14:24:32 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-08-12 14:24:32 +0800
commitd1875182a797f23ced226cb50ec6b5956174c592 (patch)
tree1a997e4879ca97b478ee5bf5e7a5056e7cc06315
parenta7fdb4f49714d8526a68c1a0cd2549ca5e92eb6f (diff)
Update
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 380badf..680a839 100644
--- a/alias
+++ b/alias
@@ -180,7 +180,7 @@ date.reset() {
180 sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z" 180 sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z"
181} 181}
182alias clock.reset='hwclock --systohc' 182alias clock.reset='hwclock --systohc'
183unalias gr 183unalias gr &>/dev/null
184gr() { 184gr() {
185 grep -IR $1 . 185 grep -IR $1 .
186} 186}