From 1b37f7d7f1554f4ef4cd185c1181d54d9956b1db Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sun, 6 Oct 2024 12:06:27 +0800 Subject: Update --- alias | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'alias') diff --git a/alias b/alias index e40ef38..5d9fad9 100644 --- a/alias +++ b/alias @@ -208,7 +208,7 @@ date.reset() { alias clock.reset='hwclock --systohc' unalias gr &>/dev/null gr() { - grep -IR $@ . --exclude-dir=node_modules + grep -IR $@ . | sed '/^.\{2048\}./d' } alias findn='find . -iname' @@ -478,7 +478,6 @@ alias curl.wifi='curl -I google.com | grep -E "^Location:" | cut -d" " -f2 | xse # misc alias foo='echo bar > foo && echo File foo is created && ls -lh foo' alias bar='echo foo > bar && echo File bar is created && ls -lh bar' -unalias gr &>/dev/null alias wcl='wc -l' alias x='xdg-open' alias yl='youtube-dl' -- cgit v1.2.3-70-g09d2