* Modifies ofd to use alias to open_command instead of shell function with AppleScript
This commit is contained in:
mssalvatore 2016-06-15 18:03:37 -04:00 коммит произвёл Marc Cornellà
Родитель 623ea23818
Коммит 137a554e48
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -5,6 +5,9 @@
# VERSION: 1.1.0
# ------------------------------------------------------------------------------
# Open the current directory in a Finder window
alias ofd='open_command $PWD'
function _omz_osx_get_frontmost_app() {
local the_app=$(
osascript 2>/dev/null <<EOF