mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 15:53:39 -05:00
Remove commented-out code in 3.0 version of Applescript.
@@ -94,7 +94,6 @@ osascript -e \
|
|||||||
tell application "iTerm2"
|
tell application "iTerm2"
|
||||||
set myterm to (create window with default profile)
|
set myterm to (create window with default profile)
|
||||||
tell current session of first window
|
tell current session of first window
|
||||||
-- exec command "bash"
|
|
||||||
write text "cd " & quoted form of (item 2 of argv)
|
write text "cd " & quoted form of (item 2 of argv)
|
||||||
write text (item 1 of argv) & " && exit"
|
write text (item 1 of argv) & " && exit"
|
||||||
end tell
|
end tell
|
||||||
|
|||||||
Reference in New Issue
Block a user