-
Notifications
You must be signed in to change notification settings - Fork 16
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
could you add a space after the prompt symbol? #38
Comments
Hey, I built a binary with the required changes. You can untar the file and add it to the local bin folder. I've just added a single space for it. If you're feeling hacky, you can edit these lines after the symbols
And compile the binary youself.This is the command used for compiling $ GOOS=linux GOARCH=amd64 go build -ldflags '-s -w' -o shelby *.go I've tested this binary on a Debian system(it works there). |
Also you can clone the repo from fix_#38 branch and compile from source. 😄 |
This also happens in Debian |
Maybe this is not an issue outside of z-shell on Void Linux, but for me there is a lack of a space after the symbol making the command annoyingly right up against the symbol. If you could add a space (or tell me what I need to append one using an environmental variable) I would appreciate it immensely.
The text was updated successfully, but these errors were encountered: