Fix up prezto.

This commit is contained in:
David Tomaschik
2018-03-10 23:11:35 -08:00
parent 4091cc3f03
commit 769989127b
10 changed files with 6 additions and 70 deletions

View File

@@ -36,13 +36,15 @@ zstyle ':prezto:load' pmodule \
'utility' \
'completion' \
'matir' \
'prompt' \
'tmux' \
'git' \
'gpg' \
'python' \
'ruby' \
'history-substring-search'
'history-substring-search' \
'jekyll' \
'prompt' \
'xtra_completions'
#
# Autosuggestions
@@ -225,4 +227,4 @@ zstyle ':prezto:module:tmux:auto-start' remote 'yes'
# Enabled safe options. This aliases cp, ln, mv and rm so that they prompt
# before deleting or overwriting files. Set to 'no' to disable this safer
# behavior.
# zstyle ':prezto:module:utility' safe-ops 'yes'
zstyle ':prezto:module:utility' safe-ops 'no'