Renamed pdx for better consistency
This commit is contained in:
parent
1f56eabbee
commit
9915fe0a92
@ -160,7 +160,7 @@ function pfs() {
|
||||
EOF
|
||||
}
|
||||
|
||||
function xcodeprojdir() {
|
||||
function pxd() {
|
||||
dirname $(osascript 2>/dev/null <<EOF
|
||||
tell application "Xcode"
|
||||
return path of active workspace document
|
||||
@ -178,7 +178,7 @@ function pushdf() {
|
||||
}
|
||||
|
||||
function cdx() {
|
||||
cd "$(xcodeprojdir)"
|
||||
cd "$(pxd)"
|
||||
}
|
||||
|
||||
function quick-look() {
|
||||
|
Loading…
Reference in New Issue
Block a user