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:
14
zsh/.zshrc
14
zsh/.zshrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user