Confirmed users
69
edits
(→ack) |
(→ack: added .rc files) |
||
| Line 15: | Line 15: | ||
<pre>curl http://betterthangrep.com/ack-standalone > ~/bin/ack && chmod 0755 !#:3</pre> | <pre>curl http://betterthangrep.com/ack-standalone > ~/bin/ack && chmod 0755 !#:3</pre> | ||
You can use the <tt>ACK_OPTIONS</tt> environment variable to make ack automatically search idl, ipdl, and jsm files: | You can use the <tt>ACK_OPTIONS</tt> environment variable to make ack automatically search idl, ipdl, and jsm files: | ||
<pre>export ACK_OPTIONS="--type-set idl=.idl --type-set ipdl=.ipdl --type-set jsm=.jsm"</pre> | <pre>export ACK_OPTIONS="--type-set idl=.idl --type-set ipdl=.ipdl --type-set jsm=.jsm --type-set rc=.rc"</pre> | ||
===[https://github.com/dhylands/colored-logcat/ colored logcat]=== | ===[https://github.com/dhylands/colored-logcat/ colored logcat]=== | ||