Commit graph

7 commits

Author SHA1 Message Date
lara a9848d6149 [zsh] A bit of internal prompt cleanup 2020-11-11 04:56:03 +01:00
lara c9ec334c48 [zsh] Fix cursor breakage caused by bg rc update 2020-11-10 23:24:46 +01:00
nemirwen 2df6409303 [zsh] Fix prompt cursor offset 2020-08-04 00:52:13 -04:00
lara c28e9f9d50 [zshrc] Redesign prompt 2020-06-18 21:50:02 -04:00
lhark 8e1476e7b3 [zshrc] Fix virtualenv prompt and git colors 2018-07-10 15:35:05 -04:00
lhark 00f2cded0c Fix regressions in the prompt 2018-03-19 14:49:06 -04:00
lhark 83f91a5034 [zshrc] Switch to builtin vcs_info for the git prompt. Move aliases and prompt to new file
Instead of using hand crafted parsing to get the current git state, we
use the existing vcs_info module, augmented by a few hooks to preserve
previous prompt functionality.

The prompt now also display the vi mode of ZLE on the left of the
username : [I] for insert mode, [N] for normal mode.

A lot of the inspiration for this refactor came from
https://github.com/frioux/dotfiles
For example the tweaks to the keybindings and completion.
2018-02-26 03:18:40 -05:00