diff options
Diffstat (limited to 'terminal/dot-zimrc')
| -rw-r--r-- | terminal/dot-zimrc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/terminal/dot-zimrc b/terminal/dot-zimrc new file mode 100644 index 0000000..341b0f3 --- /dev/null +++ b/terminal/dot-zimrc @@ -0,0 +1,16 @@ +zmodule input +zmodule termtitle + +zmodule prompt-pwd +zmodule duration-info +zmodule git-info + +zmodule zsh-users/zsh-completions --fpath src +zmodule completion + +# Modules that must be initialized last + +zmodule zsh-users/zsh-syntax-highlighting +zmodule zsh-users/zsh-history-substring-search +zmodule zsh-users/zsh-autosuggestions +zmodule fzf |
