wouterdebie / i2cssh

csshX like ssh tool for iTerm2
MIT License
547 stars 68 forks source link

Run commands with the user's shell #53

Closed mrdziuban closed 8 years ago

mrdziuban commented 8 years ago

This updates the logic to use ENV["SHELL"], if set, and falling back to /usr/bin/env bash otherwise when opening a new window and new tabs. Based on this table, many shells support the -l option, so this shouldn't have any adverse effects.

The changes to the gemspec were required to get the gem to build properly.

wouterdebie commented 8 years ago

Thanks! I've pushed this into 2.1.0.

mrdziuban commented 8 years ago

Awesome, thanks for the quick turnaround!