update configs

This commit is contained in:
Sami Samhuri 2019-03-21 19:43:03 -07:00
parent 5fc7e2c3e4
commit 8aed820a98
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 --