Enable modules in prezto
This commit is contained in:
parent
a8684bb85e
commit
3086a292c4
1 changed files with 11 additions and 1 deletions
12
.zpreztorc
12
.zpreztorc
|
@ -25,7 +25,17 @@ zstyle ':prezto:load' pmodule \
|
|||
'spectrum' \
|
||||
'utility' \
|
||||
'completion' \
|
||||
'prompt'
|
||||
'prompt' \
|
||||
'archive' \
|
||||
'autosuggestions' \
|
||||
'fasd' \
|
||||
'git' \
|
||||
'history-substring-search' \
|
||||
'node' \
|
||||
'python' \
|
||||
'ssh' \
|
||||
'tmux'
|
||||
|
||||
|
||||
#
|
||||
# Autosuggestions
|
||||
|
|
Loading…
Reference in a new issue