From 8aed820a980522ccf308e2d63c3bf4f8f11f7720 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Thu, 21 Mar 2019 19:43:03 -0700 Subject: [PATCH] update configs --- gitconfig | 3 +-- lldbinit | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) 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 --