update gitconfig and lldbinit
This commit is contained in:
parent
bf78f7ca68
commit
36619adadd
2 changed files with 4 additions and 0 deletions
|
|
@ -50,3 +50,6 @@
|
|||
clean = git hawser clean %f
|
||||
smudge = git hawser smudge %f
|
||||
required = true
|
||||
[merge "mergepbx"]
|
||||
name = XCode project files merger
|
||||
driver = mergepbx %O %A %B
|
||||
1
lldbinit
1
lldbinit
|
|
@ -3,3 +3,4 @@ command alias online expr [[FakeOffline sharedInstance] goOnline]
|
|||
command alias uikit expr @import UIKit
|
||||
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]
|
||||
Loading…
Reference in a new issue