mirror of
https://github.com/samsonjs/config.git
synced 2026-03-25 09:15:47 +00:00
5 lines
365 B
Text
5 lines
365 B
Text
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]
|
|
command script import /usr/local/opt/chisel/libexec/fblldb.py
|