Last active
June 1, 2020 16:23
-
-
Save popsUlfr/ca5a79fc9cdfccf3936ab333b50d1ce4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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