update configs
This commit is contained in:
parent
5fc7e2c3e4
commit
8aed820a98
2 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,7 @@
|
|||
[core]
|
||||
quotepath = false
|
||||
whitespace = trailing-space,space-before-tab
|
||||
excludesfile = ~/config/gitignore
|
||||
hooksPath = ~/config/git-hooks
|
||||
excludesfile = /Users/sjs/config/gitignore
|
||||
[diff]
|
||||
mnemonicprefix = true
|
||||
renames = copies
|
||||
|
|
|
|||
1
lldbinit
1
lldbinit
|
|
@ -3,3 +3,4 @@ command alias foundation expr @import Foundation
|
|||
command regex rd 's/^[[:space:]]*$/po [[[UIApplication sharedApplication] keyWindow] recursiveDescription]/' 's/^(.+)$/po [%1 recursiveDescription]/'
|
||||
command alias altrace po [[UIWindow keyWindow] _autolayoutTrace]
|
||||
command script import /usr/local/opt/chisel/libexec/fblldb.py
|
||||
command alias cpo expression -l objective-c -o --
|
||||
|
|
|
|||
Loading…
Reference in a new issue