chrissimpkins / glue

Glue is a plugin that joins your shell to Sublime Text in quasi-perfect harmony.
http://gluedocs.readthedocs.org/
MIT License
254 stars 10 forks source link

Support .aliases #34

Open paulandrieux opened 9 years ago

paulandrieux commented 9 years ago

I have a brunch of aliases in my .bashrc file, but glue does not read them, is it possible to make them available ?

cs01 commented 9 years ago

I have aliases that I'd like to use, as well functions, PATH definitions, and more in my .bashrc file.

It seems like adding a new key to the Glue settings file such as glue_rc which called "source" on the specified path would accomplish this.

For example, { "glue_rc" : "/home/username/.bashrc" }

would call source /home/username/.bashrc.

chrissimpkins commented 9 years ago

sorry for the delay in my response. this project has been on the back burner for a bit, primarily because it is such a bitch to test cross platform and across Python versions within the ST application. I do intend to dive back in to this code as soon as I have my current project up and running and will keep this issue active for the release queue.

And I always take PR's :)