From a3944515caf7116907af375ef7366fa42779f09f Mon Sep 17 00:00:00 2001 From: evanrs Date: Mon, 16 Aug 2021 12:38:48 -0400 Subject: [PATCH] refactor: put gnu-utility module on chopping block --- runcoms/zpreztorc | 14 +++++++++++--- runcoms/zshrc | 2 ++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/runcoms/zpreztorc b/runcoms/zpreztorc index d3265124ee..430aecd7c1 100644 --- a/runcoms/zpreztorc +++ b/runcoms/zpreztorc @@ -37,9 +37,18 @@ zstyle ':prezto:load' pmodule \ 'directory' \ 'spectrum' \ 'utility' \ + 'osx' \ + 'git' \ + 'syntax-highlighting' \ 'completion' \ 'history-substring-search' \ - 'prompt' + 'autosuggestions' \ + 'prompt' \ + 'fasd' \ + 'ruby' + +# Chop Chop +# 'gnu-utility' \ # # Previous Module Config # 'environment' \ @@ -63,7 +72,6 @@ zstyle ':prezto:load' pmodule \ # 'python' - # # Autosuggestions # @@ -75,7 +83,7 @@ zstyle ':prezto:load' pmodule \ # Completions # -# Set the entries to ignore in static '/etc/hosts' for host completion. +# Set the entries to ignore in static */etc/hosts* for host completion. # zstyle ':prezto:module:completion:*:hosts' etc-host-ignores \ # '0.0.0.0' '127.0.0.1' diff --git a/runcoms/zshrc b/runcoms/zshrc index 2dd9aafdae..e31b777ed1 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -10,6 +10,8 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" fi +# Customize to your needs... + ## ## Here [were previously] dragons ##