From 76f23fdff77c6798402264893292f23029ce5128 Mon Sep 17 00:00:00 2001 From: rakete Date: Mon, 7 Mar 2022 03:45:17 +0100 Subject: [PATCH] Change comp options and remove syntax highlighting --- .config/zsh/.zshrc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 86b8ea6f..77242c9c 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -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