Change pwd to $PWD in osx.plugin.zsh

Suggested by @mcornella
This commit is contained in:
mssalvatore 2016-06-15 17:11:12 -04:00 committed by GitHub
commit d5c76ecf4d

View file

@ -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
}