diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-08-12 14:24:32 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-08-12 14:24:32 +0800 |
commit | d1875182a797f23ced226cb50ec6b5956174c592 (patch) | |
tree | 1a997e4879ca97b478ee5bf5e7a5056e7cc06315 | |
parent | a7fdb4f49714d8526a68c1a0cd2549ca5e92eb6f (diff) |
Update
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | } |
182 | alias clock.reset='hwclock --systohc' | 182 | alias clock.reset='hwclock --systohc' |
183 | unalias gr | 183 | unalias gr &>/dev/null |
184 | gr() { | 184 | gr() { |
185 | grep -IR $1 . | 185 | grep -IR $1 . |
186 | } | 186 | } |