diff options
Diffstat (limited to 'alias')
| -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 | } |