dotfiles/zsh
Thomas Preisner 151032b726 zsh: prompt.zsh: fix rprompt indent
Various shells apparently do not support ZLE_RPROMPT_IDENT=0 properly
and shift the cursor one to the left. As a result,
autocompleting leads to weird shifting of the user input and
'overlapping' text.
In order to fix this issue, it seems to be sufficient to set
ZLE_RPROMPT_INDENT=-1.

(see https://github.com/bhilburn/powerlevel9k/issues/110)
2019-05-22 16:19:31 +02:00
..
aliases.zsh zsh: aliases.zsh: add extra grep alias and let less display color by default 2019-03-13 16:13:37 +01:00
completion.zsh zsh: completion.zsh: make katarakt command also autocomplete directories 2019-03-17 19:10:06 +01:00
exports.zsh zsh: exports.zsh: extend PATH by various standard paths 2019-05-22 16:18:33 +02:00
general.zsh zsh: general: output program runtime on exit if greater 60 2017-07-11 01:48:48 +02:00
history.zsh zsh: history: move relevant setopts into history.zsh 2017-07-10 03:00:17 +02:00
keybindings.zsh zsh: add vim-keybindings 2017-07-09 13:16:22 +02:00
multiplexer.zsh zsh: add multiplexer.zsh 2018-11-28 01:35:34 +01:00
prompt.zsh zsh: prompt.zsh: fix rprompt indent 2019-05-22 16:19:31 +02:00
setopt.zsh zsh: move completion setopts from setopt.zsh into completion.zsh 2017-07-13 20:07:05 +02:00