1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2026-01-12 16:32:54 -05:00

random updates & cleanup

This commit is contained in:
2020-12-13 09:37:29 -05:00
parent 3a3d94240d
commit 8c42305bed
7 changed files with 23 additions and 20 deletions

View File

@@ -31,16 +31,14 @@ plugins=(
zsh-autosuggestions
)
# Perform compinit only once a day
# https://gist.github.com/ctechols/ca1035271ad134841284
# Perform compinit only once a day for speed
# https://gist.github.com/ctechols/ca1035271ad134841284#gistcomment-2308206
autoload -Uz compinit
if [[ -n ${ZDOTDIR}/.zcompdump(\#qN.mh+24) ]]; then
for dump in ~/.zcompdump(N.mh+24); do
echo "reloading compinit"
compinit
compdump
else
compinit -C
fi;
done
compinit -C
# Load everything!
source $ZSH/oh-my-zsh.sh