Replies: 1 comment
-
Hi, if this is a better version for you feel free to just use it, Dollarskip is really inefficient. If you would like to add this feature via a PR in some way, go ahead! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This entire program can be put into a single zsh alias, which will make it much smaller and faster (the system will not have to seek the binary from disk). It also resolves issues like #46 because everything is parsed by the shell.
We can also use this to add features such as running commands as root (#38)
This exact setup won't in bash, however I'm sure something similar is possible.
Beta Was this translation helpful? Give feedback.
All reactions