-
Notifications
You must be signed in to change notification settings - Fork 10
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
The 'exec_scmb_expand_args' equivalent function #48
Comments
@ahter hello/ Or do you find this? |
There's a clearer example of exec_scmb_expand_args here: $ echo $e4
# => assets/git_breeze/git_breeze.sh
$ ge echo 4
# => assets/git_breeze/git_breeze.sh
$ ge echo 1-3
# expands to echo $e1 $e2 $e3
# => _shared.sh assets/git_breeze/config.example.sh assets/git_breeze/config.sh
[EDIT: cancel that, |
@shinriyo thanks for the answer. I'm using fish shell. That's why I'm using your library. 🙏 My question was how can we have the |
@jdelStrother thanks for your answer. 🎉 Indeed @shinriyo if you are confident this doesn't already exist as a command, I'm happy to create a PR for it? |
This is a question more than an issue.
I was looking for the
exec_scmb_expand_args
(default alias isge
in ZSH) equivalent function inshinriyo/breeze
. Does it exist? If not, what's the work around you use for executing other commands with numbers?The text was updated successfully, but these errors were encountered: