From 5139e03c9b145b84ef42aa6636c7c8255e7c1038 Mon Sep 17 00:00:00 2001 From: Serg Baburin Date: Wed, 23 Nov 2016 02:52:49 +0300 Subject: [PATCH] Fix iTerm app name --- bin/in_new_iterm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/in_new_iterm b/bin/in_new_iterm index f673380..cf92c83 100755 --- a/bin/in_new_iterm +++ b/bin/in_new_iterm @@ -3,7 +3,7 @@ osascript -e \ tell application "System Events" set old_frontmost to item 1 of (get name of processes whose frontmost is true) end tell - tell application "iTerm2" + tell application "iTerm" set myterm to (create window with default profile) tell current session of first window write text "cd " & quoted form of (item 2 of argv)