private_dot_zimrc

 1# Start configuration added by Zim install {{{
 2# -------
 3# Modules
 4# -------
 5
 6# Sets sane Zsh built-in environment options.
 7zmodule environment
 8# Applies correct bindkeys for input events.
 9zmodule input
10# Sets a custom terminal title.
11zmodule termtitle
12# Utility aliases and functions. Adds colour to ls, grep and less.
13zmodule utility
14
15#
16# Prompt
17#
18# Exposes to prompts how long the last command took to execute, used by asciiship.
19zmodule duration-info
20# Exposes git repository status information to prompts, used by asciiship.
21zmodule git-info
22
23# Additional completion definitions for Zsh.
24zmodule zsh-users/zsh-completions
25# Enables and configures smart and extensive tab completion.
26# completion must be sourced after zsh-users/zsh-completions
27zmodule completion
28# Fish-like autosuggestions for Zsh.
29zmodule zsh-users/zsh-autosuggestions
30# Fish-like syntax highlighting for Zsh.
31# zsh-users/zsh-syntax-highlighting must be sourced after completion
32zmodule zsh-users/zsh-syntax-highlighting
33# Fish-like history search (up arrow) for Zsh.
34# zsh-users/zsh-history-substring-search must be sourced after zsh-users/zsh-syntax-highlighting
35zmodule zsh-users/zsh-history-substring-search
36# }}} End configuration added by Zim install
37
38zmodule archive
39zmodule exa
40zmodule fzf
41zmodule prompt-pwd
42zmodule s1ck94
43zmodule ssh