1
0
Fork 0
mirror of synced 2024-06-19 15:11:09 -04:00
Commit graph

6 commits

Author SHA1 Message Date
Colin Jamison 772ed86501 Conditionally bind zle widget 2017-01-21 18:15:25 +01:00
Colin Jamison 4a373bca4a Implement config variable
This allows for an env variable of ZIM_PROMPT_INSERTMODE to be set
to determine if an indicator is shown.
2017-01-21 18:10:32 +01:00
Colin Jamison 2a1a3cd45a Implement keymode indicator 2017-01-21 18:00:14 +01:00
Eric Nielsen 708f17b18f Update magicmace theme to use the git-info module 2017-01-16 10:26:17 -08:00
Eric Nielsen 40ef228286 [prompt] magicmace: fix tab completion
The offender was `print -P`, where `-P` does [prompt
expansion](http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html#Prompt-Expansion).

I took the freedom to also change a few things:
Move the `add-zsh-hook precmd` up,
add `prompt_magicmace_` prefix to all function names,
add `COLOR_` prefix to all color global variables,
and move assignment to `PROMPT` to `prompt_magicmace_setup`.

Fixes #70, Closes #81
2016-09-27 15:58:45 -07:00
Tmplt 0a33a3de90 [prompt] magicmace: add theme
Closes #69
2016-07-27 19:36:43 -07:00