No description
Find a file
Thomas Preisner 88ed6d9d9b zsh: prompt: switch from ZLE_RPROMPT_INDENT=0 to %{ %} for bottom_right_suffix
Apparently ZLE_RPROMPT_INDENT is a bit buggy on several prompts (e.g.
iTerm2, virtual-terminal on linux, etc) since not only the most right
space is removed as intended, but also the cursor is moved on to the
right causing the last character of the prompt to be overwritten.
This causes completion to be rather weird (some characters are
drawn twice and some aren't at all).

Fix: Use %{ .. %} with ${bottom_right_suffix} to tell the terminal the
last symbols have a width of zero -> the most right space will be
overdrawn and thus not shown.
2017-08-02 14:25:59 +02:00
config barpyrus: use extended sample config instead of simple one 2017-05-04 18:00:08 +02:00
gnupg gnupg: add basic config 2016-11-11 22:09:52 +01:00
ssh ssh: add entry for steep 2017-05-03 19:09:02 +02:00
zsh zsh: prompt: switch from ZLE_RPROMPT_INDENT=0 to %{ %} for bottom_right_suffix 2017-08-02 14:25:59 +02:00
gitconfig add default gitconfig 2016-10-25 18:20:41 +02:00
installExternal.sh installExternal: add script to install necessary external utilities 2016-12-15 23:38:43 +01:00
setup.sh setup: herbstluftwm: create barpyrus directory 2017-08-01 22:24:43 +02:00
tmux.conf tmux.conf: add basic config + vim keybindings 2016-11-11 00:53:59 +01:00
vimrc vim: add colored box from colum 81 to 100 2016-12-16 15:49:37 +01:00
xinitrc xinitrc: fix typo in setxkbmap 2017-02-23 18:29:54 +01:00
Xresources Xresources: reduce urxvt font size 2017-06-01 19:29:45 +02:00
xsession xsession: fix permissions 2016-12-09 18:12:44 +01:00
zshrc zsh: add check for global variables (setopt warn_create_global) 2017-07-12 18:23:43 +02:00