diff options
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ date.reset() { | |||
143 | alias grep='grep --color' | 143 | alias grep='grep --color' |
144 | unalias gr &>/dev/null | 144 | unalias gr &>/dev/null |
145 | gr() { grep --exclude-dir='\.git' -r $@ . | sed '/^.\{2048\}./d'; } | 145 | gr() { grep --exclude-dir='\.git' -r $@ . | sed '/^.\{2048\}./d'; } |
146 | highlight() { grep --color -E "$1|\$"; } | 146 | grep.color() { grep --color -E "$1|\$"; } |
147 | 147 | ||
148 | # cron | 148 | # cron |
149 | alias ce='crontab -e' | 149 | alias ce='crontab -e' |