You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Nov 30, 2021, 4:28 PM -0600, beginnerninja ***@***.***>, wrote:
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?
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.
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:
#!/bin/bash
source ~/.bashrc
myalias
EOFILE
But the above doesn't work either.
Any suggestions/ideas?
The text was updated successfully, but these errors were encountered: