aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
Diffstat (limited to 'alias')
-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'