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]
|
[core]
|
||||||
quotepath = false
|
quotepath = false
|
||||||
whitespace = trailing-space,space-before-tab
|
whitespace = trailing-space,space-before-tab
|
||||||
excludesfile = ~/config/gitignore
|
excludesfile = /Users/sjs/config/gitignore
|
||||||
hooksPath = ~/config/git-hooks
|
|
||||||
[diff]
|
[diff]
|
||||||
mnemonicprefix = true
|
mnemonicprefix = true
|
||||||
renames = copies
|
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 regex rd 's/^[[:space:]]*$/po [[[UIApplication sharedApplication] keyWindow] recursiveDescription]/' 's/^(.+)$/po [%1 recursiveDescription]/'
|
||||||
command alias altrace po [[UIWindow keyWindow] _autolayoutTrace]
|
command alias altrace po [[UIWindow keyWindow] _autolayoutTrace]
|
||||||
command script import /usr/local/opt/chisel/libexec/fblldb.py
|
command script import /usr/local/opt/chisel/libexec/fblldb.py
|
||||||
|
command alias cpo expression -l objective-c -o --
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue