Add ackrc and fix how less is invoked.

This commit is contained in:
David Tomaschik
2014-09-25 22:16:41 -07:00
parent 3a89085279
commit be49f3f57c
3 changed files with 3 additions and 3 deletions

2
ackrc Normal file
View File

@@ -0,0 +1,2 @@
--follow
--pager=less -XRF

View File

@@ -22,8 +22,5 @@ alias mdcode="sed 's/^/ /'"
# Intel format plz # Intel format plz
alias objdump="command objdump -M intel" alias objdump="command objdump -M intel"
# Color support in less
alias less="command less -R"
# ACK # ACK
alias ack="ack-grep" alias ack="ack-grep"

View File

@@ -21,6 +21,7 @@ export EDITOR=vim
export TZ='America/Los_Angeles' export TZ='America/Los_Angeles'
export DEBEMAIL=david@systemoverlord.com export DEBEMAIL=david@systemoverlord.com
export DEBFULLNAME="David Tomaschik" export DEBFULLNAME="David Tomaschik"
export LESS="-R"
# GCE? # GCE?
if [ -d $HOME/.gce/google-cloud-sdk/bin ] ; then if [ -d $HOME/.gce/google-cloud-sdk/bin ] ; then