You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
685 B
28 lines
685 B
# -*- mode: sh; -*-
|
|
|
|
#
|
|
# Modules
|
|
#
|
|
|
|
zmodule environment
|
|
zmodule git
|
|
zmodule input
|
|
zmodule termtitle
|
|
zmodule utility
|
|
|
|
# Prompt
|
|
zmodule git-info
|
|
zmodule duration-info
|
|
zmodule https://git.adamgoldsmith.name/adam/fred-prompt.git
|
|
|
|
zmodule zsh-users/zsh-completions
|
|
# completion must be sourced after zsh-users/zsh-completions
|
|
zmodule completion
|
|
# fast must be loaded after completion
|
|
zmodule fasd
|
|
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
|