mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-08 08:20:39 +01:00
Open finder to PWD - part 2 (#5165)
* Modifies ofd to use alias to open_command instead of shell function with AppleScript
This commit is contained in:
committed by
Marc Cornellà
parent
623ea23818
commit
137a554e48
@@ -5,6 +5,9 @@
|
|||||||
# VERSION: 1.1.0
|
# VERSION: 1.1.0
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
# Open the current directory in a Finder window
|
||||||
|
alias ofd='open_command $PWD'
|
||||||
|
|
||||||
function _omz_osx_get_frontmost_app() {
|
function _omz_osx_get_frontmost_app() {
|
||||||
local the_app=$(
|
local the_app=$(
|
||||||
osascript 2>/dev/null <<EOF
|
osascript 2>/dev/null <<EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user