mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-31 22:08:34 +00:00
Merge branch 'master' of majnematic.com:davesdots
This commit is contained in:
commit
541e704017
4 changed files with 8 additions and 0 deletions
1
ackrc
Normal file
1
ackrc
Normal file
|
@ -0,0 +1 @@
|
|||
--type-add=asm=.S
|
|
@ -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'
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
cat = show
|
||||
list = show
|
||||
ls = show
|
||||
|
||||
untrack-ignored = !git-untracked-ignored
|
||||
[color]
|
||||
diff = auto
|
||||
status = auto
|
||||
|
|
|
@ -38,6 +38,7 @@ unless(eval {symlink('', ''); 1;}) {
|
|||
|
||||
my %links = (
|
||||
screenrc => '.screenrc',
|
||||
ackrc => '.ackrc',
|
||||
toprc => '.toprc',
|
||||
dir_colors => '.dir_colors',
|
||||
lessfilter => '.lessfilter',
|
||||
|
|
Loading…
Add table
Reference in a new issue