romgrk / termrk

Terminal for atom, using pty.js & term.js
MIT License
33 stars 7 forks source link

Feature: Ability to add startup cmds #31

Open jakesankey opened 9 years ago

jakesankey commented 9 years ago

It would be great if we could add cmds to be run at terminal start, i.e. source ~/.bash_profile

Jonjoe commented 9 years ago

i second this!

romgrk commented 9 years ago

Interesting, but you could already do that in your custom shell startup script. Otherwise, you can also supply your own command in the package settings. (Oh no, now that I test it it doesn't work anymore; I'll fix that soon)

But I will look into this. I was thinking of something more general, that would let you trigger commands on any type of events, e.g. startup or keystrokes.