Merge branch 'master' of majnematic.com:davesdots

This commit is contained in:
David Alexander Majnemer 2010-04-17 17:00:43 -05:00
commit 541e704017
4 changed files with 8 additions and 0 deletions

1
ackrc Normal file
View file

@ -0,0 +1 @@
--type-add=asm=.S

View file

@ -89,6 +89,10 @@ if ( command -v gobjdump >/dev/null 2>&1 ) ; then
alias objdump=gobjdump
fi
if ( command -v ack-grep >/dev/null 2>&1 ) ; then
alias ack=ack-grep
fi
alias rm='rm -ir'
alias df='df -h'

View file

@ -20,6 +20,8 @@
cat = show
list = show
ls = show
untrack-ignored = !git-untracked-ignored
[color]
diff = auto
status = auto

View file

@ -38,6 +38,7 @@ unless(eval {symlink('', ''); 1;}) {
my %links = (
screenrc => '.screenrc',
ackrc => '.ackrc',
toprc => '.toprc',
dir_colors => '.dir_colors',
lessfilter => '.lessfilter',