Skip to content

Instantly share code, notes, and snippets.

@popsUlfr
Last active June 1, 2020 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save popsUlfr/ca5a79fc9cdfccf3936ab333b50d1ce4 to your computer and use it in GitHub Desktop.
Save popsUlfr/ca5a79fc9cdfccf3936ab333b50d1ce4 to your computer and use it in GitHub Desktop.
source /usr/lib/prezto/runcoms/zpreztorc
# 'autosuggestions' after syntax-highlighting and history-substring-search
# 'completion' after utility
# 'environment' first
# 'fasd' after completion
# 'history-substring-search' after syntax-highlighting
# 'syntax-highlighting' before history-substring-search, prompt
zstyle ':prezto:load' pmodule \
'environment' \
'spectrum' \
'syntax-highlighting' \
'history-substring-search' \
'history' \
'utility' \
'completion' \
'prompt' \
'terminal' \
'archive' \
'autosuggestions' \
'fasd' \
'directory' \
'editor' \
'git' \
'pacman' \
'rsync'
zstyle ':prezto:module:syntax-highlighting' highlighters \
'main' \
'brackets' \
'pattern' \
'cursor'
zstyle ':prezto:module:utility' safe-ops 'no'
zstyle ':prezto:module:prompt' theme 'skwp'
zstyle ':prezto:module:terminal' auto-title 'yes'
zstyle ':prezto:module:editor' key-bindings 'vi'
zstyle ':prezto:module:editor' dot-expansion 'yes'
zstyle ':prezto:module:pacman' frontend 'yay'
source /etc/zsh/zpreztorc
source /usr/lib/prezto/init.zsh
source /usr/lib/prezto/runcoms/zshrc
ZSH_HIGHLIGHT_STYLES[path]='bold'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment