diff --git a/dot_zshrc b/dot_zshrc index b7e1b63..d7bd03e 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -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