Enable custom zsh completions

This commit is contained in:
Pavle Portic 2022-04-13 23:45:08 +02:00
parent 0a7e725950
commit c85c036a61
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
1 changed files with 3 additions and 0 deletions

View File

@ -32,11 +32,14 @@ source $ZSH/oh-my-zsh.sh
fpath=( ${CUSTOM}/functions "${fpath[@]}" )
autoload -Uz ${CUSTOM}/functions/*
zle_highlight+=(paste:none)
# Misc options
setopt extendedglob notify
unsetopt beep nomatch
bindkey -v
source ${CUSTOM}/completions/*.zsh
source ~/.aliases
# Variable exports