2019-12-25 21:27:17 -05:00
|
|
|
# -*- mode: sh; -*-
|
|
|
|
|
|
|
|
#
|
|
|
|
# Modules
|
|
|
|
#
|
|
|
|
|
|
|
|
zmodule environment
|
|
|
|
zmodule git
|
|
|
|
zmodule input
|
2020-09-09 16:57:41 -04:00
|
|
|
zmodule termtitle
|
2019-12-25 21:27:17 -05:00
|
|
|
zmodule utility
|
|
|
|
|
|
|
|
# Prompt
|
|
|
|
zmodule git-info
|
2023-03-04 23:29:10 -05:00
|
|
|
zmodule duration-info
|
2020-09-23 00:59:05 -04:00
|
|
|
zmodule https://git.adamgoldsmith.name/adam/fred-prompt.git
|
2019-12-25 21:27:17 -05:00
|
|
|
|
|
|
|
zmodule zsh-users/zsh-completions
|
|
|
|
# completion must be sourced after zsh-users/zsh-completions
|
|
|
|
zmodule completion
|
2020-01-12 09:30:58 -05:00
|
|
|
# fast must be loaded after completion
|
|
|
|
zmodule fasd
|
2019-12-25 21:27:17 -05:00
|
|
|
zmodule zsh-users/zsh-autosuggestions
|
|
|
|
# zsh-users/zsh-syntax-highlighting must be sourced after completion
|
|
|
|
zmodule zsh-users/zsh-syntax-highlighting
|
|
|
|
# zsh-users/zsh-history-substring-search must be sourced after zsh-users/zsh-syntax-highlighting
|
|
|
|
zmodule zsh-users/zsh-history-substring-search
|