mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Change pwd to $PWD in osx.plugin.zsh
Suggested by @mcornella
This commit is contained in:
parent
3021a5c091
commit
d5c76ecf4d
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ EOF
|
|||
function ofd() {
|
||||
osascript 2>/dev/null <<EOF
|
||||
tell application "Finder"
|
||||
open POSIX file "`pwd`"
|
||||
open POSIX file "$PWD"
|
||||
end tell
|
||||
EOF
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue