Remove prezto entirely.

This commit is contained in:
David Tomaschik
2019-09-27 16:51:26 -07:00
parent 68e53c426b
commit aa3a1e0237
5 changed files with 14 additions and 232 deletions

View File

@@ -22,14 +22,27 @@ setopt \
histlexwords \
histsavenodups \
histverify \
interactivecomments \
longlistjobs \
multios \
nohup \
nomatch \
notify \
pushdignoredups \
pushdsilent \
pushdtohome \
rcquotes \
sharehistory
unsetopt beep histbeep listbeep flowcontrol
unsetopt \
beep \
cdablevars \
histbeep \
listbeep \
flowcontrol \
mailwarning \
hup \
bgnice \
checkjobs
# vi keybindings
bindkey -v
@@ -51,16 +64,7 @@ zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
zstyle ':completion::complete:*' use-cache on
zstyle ':completion::complete:*' cache-path "${ZDOTDIR:-$HOME}/.zcompcache"
# Load prezto
if [[ -z "${NO_ZPREZTO}" && -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
# Overrides to prezto
unsetopt cdablevars
# .profile is universal
# but after zprezto to use/override anything setup there
. ~/.profile
# Deduplicate the path
typeset -U path