mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
Change comp options and remove syntax highlighting
This commit is contained in:
parent
c03e718db4
commit
76f23fdff7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user