Skip to content

Commit

Permalink
refactor: put gnu-utility module on chopping block
Browse files Browse the repository at this point in the history
  • Loading branch information
evanrs committed Aug 16, 2021
1 parent c2d1d03 commit 5ebf2d9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 11 additions & 3 deletions runcoms/zpreztorc
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand All @@ -63,7 +72,6 @@ zstyle ':prezto:load' pmodule \
# 'python'



#
# Autosuggestions
#
Expand All @@ -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'

Expand Down
2 changes: 2 additions & 0 deletions runcoms/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
##
Expand Down

0 comments on commit 5ebf2d9

Please sign in to comment.