From 12377b185f97cd0a70cd2de353869798f516b95b Mon Sep 17 00:00:00 2001 From: ziro Date: Wed, 9 Mar 2022 11:57:22 +0700 Subject: [PATCH] Less slow zsh boot --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index da0de8d..cf1426b 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -44,7 +44,7 @@ ZSH_PLUGINS="$XDG_DATA_HOME/zsh/plugins" # source $ZSH/oh-my-zsh.sh # emulate -R zsh -c 'source $ZSH_PLUGINS/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh' -eval $(thefuck --alias) # thefuck - fix your stupid typo :) +# eval $(thefuck --alias) # thefuck - fix your stupid typo :) source $ZSH_PLUGINS/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 2>/dev/null source $ZSH_PLUGINS/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh 2>/dev/null #source $ZSH_CUSTOM/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null