Renamed pdx for better consistency

This commit is contained in:
drootang 2017-01-29 11:03:19 -05:00
parent 1f56eabbee
commit 9915fe0a92

View File

@ -160,7 +160,7 @@ function pfs() {
EOF EOF
} }
function xcodeprojdir() { function pxd() {
dirname $(osascript 2>/dev/null <<EOF dirname $(osascript 2>/dev/null <<EOF
tell application "Xcode" tell application "Xcode"
return path of active workspace document return path of active workspace document
@ -178,7 +178,7 @@ function pushdf() {
} }
function cdx() { function cdx() {
cd "$(xcodeprojdir)" cd "$(pxd)"
} }
function quick-look() { function quick-look() {