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

How do I trigger a bash alias #172

Closed
beginnerninja opened this issue Nov 30, 2021 · 2 comments
Closed

How do I trigger a bash alias #172

beginnerninja opened this issue Nov 30, 2021 · 2 comments

Comments

@beginnerninja
Copy link

Hi,

I'm using latest Bunch Beta and I was trying to trigger a bash alias I have (lets call it myalias).

I tried this (errors for lack of recognition)
$ myalias

I also tried:

  • <<EOFILE
    #!/bin/bash
    source ~/.bashrc
    myalias
    EOFILE

But the above doesn't work either.

Any suggestions/ideas?

@ttscoff
Copy link
Owner

ttscoff commented Dec 1, 2021 via email

@beginnerninja
Copy link
Author

Hi Brett,

In the alias I conatenated to one of the files every time I ran the alias. However, you're right - I was lazy....so never mind. I'll close the ticket.

Thanks for your help.

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

2 participants