mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Renamed pdx for better consistency
This commit is contained in:
parent
1f56eabbee
commit
9915fe0a92
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue