dotfiles/zsh/.config/zsh/options.zsh
2022-03-22 19:10:26 +01:00

12 lines
291 B
Bash

# Case insensitive completion for lowercase
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
# Highlighted tab selection
zstyle ':completion:*' menu yes select
# Friendly names in Antidote
zstyle ':antidote:bundle' use-friendly-names 'yes'
# Right indentation off
ZLE_RPROMPT_INDENT=0