agkozak-zsh-prompt
agkozak-zsh-prompt copied to clipboard
A fast, asynchronous Zsh prompt with color ASCII indicators of Git, exit, SSH, virtual environment, and vi mode status. Framework-agnostic and customizable.
Hello! Sometimes I begin typing the next command while the previous one is running, and this works, even with this bug. But the prompt display gets temporarily mangled in this...
Before applying the theme, I could use Ctrl Left/Right or Alt B/F to jump between words. How can I achieve the same now? Thx
I'm looking for a change like the following (but this doesn't work and I'm not sure why): ```diff - AGKOZAK[PROMPT]+='%(?..%B%F{${AGKOZAK_COLORS_EXIT_STATUS:-red}}(%?%)%f%b )' + AGKOZAK[PROMPT]+='${${pipestatus:#0}:+%B%F{${AGKOZAK_COLORS_EXIT_STATUS:-red}\}(${(j:|:)pipestatus})%f%b }' ``` Here's how something similar looks...
Whilst you don't have to explain git I think it could be relevant to add a snippet about `git submodules`, they would help the user stay abreast of new features...
Without needing to assemble a full custom prompt component array, it would be useful to specify some arbitrary content to precede and follow the current working directory component. For example,...
This is more an enhancement than an issue. When using [Distrobox](https://github.com/89luca89/distrobox), our home folder is mounted within a container (podman or docker). Using the command `distrobox enter ` we can't...
`distrobox` (and other toolbox-like containers) set a hostname, and it is useful to be able to distinguish whether you are inside the container or outside. When /run/.containerenv is present then...
With the latest tmux version featuring shell integration [1], it might be nice to integrate it into this prompt. My primary use-case is navigating between previous/next prompts, and (if I...
First off, thanks for the awesome prompt! I was previously using my own but the git checks were slowing it down so I replaced it with yours which is very...
When using `cat` to display a file without trailing newline, the last line can (sometimes) be seen very briefly and is then overwritten by the (left-)prompt. Perhaps a non-empty line...