From ef4f646ab6c23d341d09d6cd500aad214e9fae3b Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 18 Aug 2023 17:21:23 +0200 Subject: [PATCH] zshrc: rm cruft, be ready for profiling --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index bc35b97..569099b 100644 --- a/.zshrc +++ b/.zshrc @@ -1,6 +1,4 @@ # zmodload zsh/zprof -# autoload -U compinit && compinit -# zstyle ':omz:update' mode auto [ ! -d ~/.oh-my-zsh ] && sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" @@ -216,3 +214,5 @@ # repeatedly. The 'cache-path' directory in must be created manually. zstyle ':completion:*' use-cache on zstyle ':completion:*' cache-path $ZSH_CACHE_DIR + +# zprof