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