# Start configuration added by Zim install {{{## This is not sourced during shell startup, and it's only used to configure the# zimfw plugin manager### Modules## Sets sane Zsh built-in environment optionszmodule environment# Provides handy git aliases and functionszmodule git# Applies correct bindkeys for input eventszmodule input# Sets a custom terminal titlezmodule termtitle# Utility aliases and functions. Adds colour to ls, grep and lesszmodule utility## Prompt## Exposes to prompts how long the last command took to execute, used by asciishipzmodule duration-info# Exposes git repository status information to prompts, used by asciishipzmodule git-info# A heavily reduced, ASCII-only version of the Spaceship and Starship promptszmodule asciiship## Completion## Additional completion definitions for Zshzmodule zsh-users/zsh-completions --fpath src# Enables and configures smart and extensive tab completion# completion must be sourced after all modules that add completion definitionszmodule completion## Modules that must be initialized last#zmodule DarrinTisdale/zsh-aliases-exa# 添加多个 alias, 使用 exa 代替 ls,要求有安装 exazmodule romkatv/powerlevel10k --use degit# p10k themeszmodule none9632/zsh-sudo# 双击ESC->sudozmodule ael-code/zsh-colored-man-pages# 对 man 的输出进行着色zmodule wookayin/fzf-fasd# 集成 fzf 和 fasd --- tab 补全与 fzf 的模糊搜索zmodule zsh-users/zawzmodule zsh-users/zsh-syntax-highlighting# 指令高亮# Fish-like syntax highlighting for Zsh# zsh-users/zsh-syntax-highlighting must be sourced after completionzmodule 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-highlightingzmodule zsh-users/zsh-history-substring-search# 通过指令的一部分查询历史记录# Fish-like autosuggestions for Zshzmodule zsh-users/zsh-autosuggestions# }}} End configuration added by Zim install