-
Notifications
You must be signed in to change notification settings - Fork 2
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 to convert POWERLEVEL9K config? #6
Labels
Comments
It's fairly simple to implement, here's what I came up with:
Of course you'd need to change zinc_default_host/user but that I think is the mostly equivalent config. |
Alright, I put that config into the presets: Is that about what you expect? |
Now, I just have this code:
but got the error:
|
Just updated the preset, does that help? (Forgot about an older zsh behaviour) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear,
I had this config before:
How to get the same prompt with Zinc?
What annoys me currently is the user@hostname part at the beginning of the PROMPT. I almost do not use ssh, and so this is a big part of space taken for nothing -- I'd like that to be auto-visible, though, in ssh sessions, but that may be not possible.
And I'd like the time format to be just HH:MM.
And finally I'd like the duration for "long commands" to be shown if the command is taking more than 10 seconds.
On the other hand, I enjoy a lot your exit code (which really give the number instead of a red cross), and I appreciate a lot the SIGINT marker as well! I wanna keep those as-is!
The text was updated successfully, but these errors were encountered: