aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-12-16 22:23:23 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-12-16 22:23:23 +0800
commitf9f7a5ee4cccd2e4f8c2ecc6182fce02b000ecdc (patch)
treead1d966e7cdcef3c0d28c3cda70bd366ab4f0c19
parentb42e42fd9926a89be6e22f38867531e645f370c0 (diff)
Update
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 5676e6f..69afbc3 100644
--- a/alias
+++ b/alias
@@ -143,7 +143,7 @@ date.reset() {
143alias grep='grep --color' 143alias grep='grep --color'
144unalias gr &>/dev/null 144unalias gr &>/dev/null
145gr() { grep --exclude-dir='\.git' -r $@ . | sed '/^.\{2048\}./d'; } 145gr() { grep --exclude-dir='\.git' -r $@ . | sed '/^.\{2048\}./d'; }
146highlight() { grep --color -E "$1|\$"; } 146grep.color() { grep --color -E "$1|\$"; }
147 147
148# cron 148# cron
149alias ce='crontab -e' 149alias ce='crontab -e'