# Start configuration added by Zim install {{{ # ------- # Modules # ------- # Sets sane Zsh built-in environment options. zmodule environment # Applies correct bindkeys for input events. zmodule input # Sets a custom terminal title. zmodule termtitle # Utility aliases and functions. Adds colour to ls, grep and less. zmodule utility # # Prompt # # Exposes to prompts how long the last command took to execute, used by asciiship. zmodule duration-info # Exposes git repository status information to prompts, used by asciiship. zmodule git-info # Additional completion definitions for Zsh. zmodule zsh-users/zsh-completions # Fish-like autosuggestions for Zsh. zmodule zsh-users/zsh-autosuggestions # Fish-like syntax highlighting for Zsh. # zsh-users/zsh-syntax-highlighting must be sourced after completion zmodule zsh-users/zsh-syntax-highlighting # Fish-like history search (up arrow) for Zsh. # zsh-users/zsh-history-substring-search must be sourced after zsh-users/zsh-syntax-highlighting zmodule zsh-users/zsh-history-substring-search # }}} End configuration added by Zim install zmodule archive zmodule exa zmodule fzf zmodule prompt-pwd zmodule s1ck94 zmodule ssh zmodule joke/zim-starship zmodule joke/zim-chezmoi fpath=($XDG_CONFIG_HOME/zsh/completions $fpath) # Enables and configures smart and extensive tab completion. # completion must be sourced after zsh-users/zsh-completions zmodule completion