Releases: agkozak/agkozak-zsh-prompt
Accurate detection of colors on termcap-based systems
v2.3.1 Rewrote _agkozak_has_colors
Two ways of displaying static named directories
By default, static named directories will be used as base directories in the path the prompt displays (e.g. ~nameddir/zsh-plugin/lib
and ~nameddir/.../lib/zsh-async
). If, however, you want them to be displayed just like any other directories (i.e. with either $HOME
or /
as the base directory), set AGKOZAK_NAMED_DIRS=0
.
Now using zsh-async v1.7.0.
Bug fix: async.zsh wasn't loading
v2.2.2 Async.zsh wasn't loading
Bug fix: Display Git info even right after switching to synchronous mode
Previously if something caused the prompt to switch into synchronous mode, the next prompt printed would lack Git information.
Git symbols now in regular order
GIt symbols are now uniformly displayed in the order &*+x!>?
.
New name and new functionality
- agkozak-zsh-theme is now agkozak-zsh-prompt!
- There are now Git symbols for "behind" and "diverged" states.
- One can now define custom right and left prompts to replace the default ones.
Now asynchronous
agkozak-zsh-theme v2.0.0 is now asynchronous in just about any environment, including MSYS2 and Cygwin. Read about its three modes of operation.
Introducing agkozak-zsh-theme
agkozak-zsh-theme is a ZSH prompt with color ASCII indicators of Git, exit, SSH, and vi mode status and with a customizable, bash PROMPT_DIRTRIM
-style path. Framework-agnostic.