diff options
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -208,7 +208,7 @@ date.reset() { | |||
208 | alias clock.reset='hwclock --systohc' | 208 | alias clock.reset='hwclock --systohc' |
209 | unalias gr &>/dev/null | 209 | unalias gr &>/dev/null |
210 | gr() { | 210 | gr() { |
211 | grep -IR $@ . --exclude-dir=node_modules | 211 | grep -IR $@ . | sed '/^.\{2048\}./d' |
212 | } | 212 | } |
213 | alias findn='find . -iname' | 213 | alias findn='find . -iname' |
214 | 214 | ||
@@ -478,7 +478,6 @@ alias curl.wifi='curl -I google.com | grep -E "^Location:" | cut -d" " -f2 | xse | |||
478 | # misc | 478 | # misc |
479 | alias foo='echo bar > foo && echo File foo is created && ls -lh foo' | 479 | alias foo='echo bar > foo && echo File foo is created && ls -lh foo' |
480 | alias bar='echo foo > bar && echo File bar is created && ls -lh bar' | 480 | alias bar='echo foo > bar && echo File bar is created && ls -lh bar' |
481 | unalias gr &>/dev/null | ||
482 | alias wcl='wc -l' | 481 | alias wcl='wc -l' |
483 | alias x='xdg-open' | 482 | alias x='xdg-open' |
484 | alias yl='youtube-dl' | 483 | alias yl='youtube-dl' |