diff --git a/gitconfig b/gitconfig index b8ff9f2..015dff0 100644 --- a/gitconfig +++ b/gitconfig @@ -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 diff --git a/lldbinit b/lldbinit index 18cb57e..cbe95ef 100644 --- a/lldbinit +++ b/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 --