Skip to content

Commit

Permalink
Fix iTerm app name
Browse files Browse the repository at this point in the history
  • Loading branch information
gmist committed Nov 22, 2016
1 parent 115a7d0 commit 5139e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/in_new_iterm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5139e03

Please sign in to comment.