Skip to content

Commit

Permalink
Set pane name to host name
Browse files Browse the repository at this point in the history
  • Loading branch information
luciopaiva authored Feb 3, 2020
1 parent 43364fe commit 333fc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itermoxyl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def init_pane(number, host):
return """
tell pane_{number}
write text "ssh {host}"
set name to "this is me testing"
set name to "${host}"
end tell
""".format(number=number, host=host)

Expand Down

0 comments on commit 333fc0a

Please sign in to comment.