Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support .aliases #34

Open
paulandrieux opened this issue Mar 13, 2015 · 2 comments
Open

Support .aliases #34

paulandrieux opened this issue Mar 13, 2015 · 2 comments
Assignees

Comments

@paulandrieux
Copy link

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

@cs01
Copy link

cs01 commented Mar 24, 2015

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 chrissimpkins self-assigned this Mar 27, 2015
@chrissimpkins
Copy link
Owner

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants