+ Removed Completion script by Luke Smith *Not used*

This commit is contained in:
ziro 2020-04-19 14:35:04 +07:00
parent 217c2ef0f1
commit 1162e4b512

8
.zshrc
View file

@ -39,14 +39,6 @@ SPACESHIP_PYENV_SYMBOL=""
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#60C0FF,bold,underline" ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#60C0FF,bold,underline"
ZSH_AUTOSUGGEST_HISTORY_IGNORE="ls *,cd *" 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 # Default
if [[ -n $SSH_CONNECTION ]]; then if [[ -n $SSH_CONNECTION ]]; then
export EDITOR='vim' export EDITOR='vim'