Skip to content

Commit

Permalink
sshb: Ensure title remains stuck to current tab
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Jun 7, 2016
1 parent e2b70ca commit fe2f56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/bin/sshb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RESOLVED_IP=`echo -e "$output"|grep '^ip_address:'|awk '{print $2}'`
function set_bg {
osascript -e "
tell application \"iTerm2\"
tell current session of current window
tell current tab of current session of current window
try
set background image to \"$1\"
on error errmesg number errn
Expand Down

0 comments on commit fe2f56c

Please sign in to comment.