From 1162e4b51288e41c077e540b857c020948483763 Mon Sep 17 00:00:00 2001 From: ziro Date: Sun, 19 Apr 2020 14:35:04 +0700 Subject: [PATCH] + Removed Completion script by Luke Smith *Not used* --- .zshrc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.zshrc b/.zshrc index d941cc3..d703cf9 100644 --- a/.zshrc +++ b/.zshrc @@ -39,14 +39,6 @@ SPACESHIP_PYENV_SYMBOL="" ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#60C0FF,bold,underline" ZSH_AUTOSUGGEST_HISTORY_IGNORE="ls *,cd *" -# Completion (from Luke Smith) -# Basic auto/tab complete: -autoload -U compinit -zstyle ':completion:*' menu select -zmodload zsh/complist -compinit -_comp_options+=(globdots) # Include hidden files. - # Default if [[ -n $SSH_CONNECTION ]]; then export EDITOR='vim'