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
|
alias objdump=gobjdump
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ( command -v ack-grep >/dev/null 2>&1 ) ; then
|
||||||
|
alias ack=ack-grep
|
||||||
|
fi
|
||||||
|
|
||||||
alias rm='rm -ir'
|
alias rm='rm -ir'
|
||||||
|
|
||||||
alias df='df -h'
|
alias df='df -h'
|
||||||
|
|
|
@ -20,6 +20,8 @@
|
||||||
cat = show
|
cat = show
|
||||||
list = show
|
list = show
|
||||||
ls = show
|
ls = show
|
||||||
|
|
||||||
|
untrack-ignored = !git-untracked-ignored
|
||||||
[color]
|
[color]
|
||||||
diff = auto
|
diff = auto
|
||||||
status = auto
|
status = auto
|
||||||
|
|
|
@ -38,6 +38,7 @@ unless(eval {symlink('', ''); 1;}) {
|
||||||
|
|
||||||
my %links = (
|
my %links = (
|
||||||
screenrc => '.screenrc',
|
screenrc => '.screenrc',
|
||||||
|
ackrc => '.ackrc',
|
||||||
toprc => '.toprc',
|
toprc => '.toprc',
|
||||||
dir_colors => '.dir_colors',
|
dir_colors => '.dir_colors',
|
||||||
lessfilter => '.lessfilter',
|
lessfilter => '.lessfilter',
|
||||||
|
|
Loading…
Add table
Reference in a new issue