Change comp options and remove syntax highlighting

This commit is contained in:
rakete 2022-03-07 03:45:17 +01:00
parent c03e718db4
commit 76f23fdff7

View File

@ -15,11 +15,8 @@ DEFAULT_USER=$(whoami)
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshnameddirrc" ] && source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshnameddirrc"
# Basic auto/tab complete:
autoload -U compinit
zstyle ':completion:*' menu select
zmodload zsh/complist
compinit
_comp_options+=(globdots) # Include hidden files.
# Use vim keys in tab complete menu:
bindkey -M menuselect 'h' vi-backward-char
@ -32,7 +29,6 @@ plugins=(git colored-man-pages)
source $ZSH/oh-my-zsh.sh
motdmaker && cat ~/.cache/motd
_comp_options+=(globdots)
# Load syntax highlighting; should be last.
source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 2>/dev/null
motdmaker && cat ~/.cache/motd