first commit
This commit is contained in:
14
profiles/base/.zsh/conf.d/03-plugins.zsh
Normal file
14
profiles/base/.zsh/conf.d/03-plugins.zsh
Normal file
@@ -0,0 +1,14 @@
|
||||
## Plugins configuration
|
||||
|
||||
# Completions
|
||||
fpath=("${HOME}/.zsh/plugins/zsh-completions/src" "${fpath[@]}")
|
||||
autoload -U compinit promptinit
|
||||
compinit
|
||||
promptinit
|
||||
[[ -f "/etc/gentoo-release" ]] && prompt gentoo
|
||||
|
||||
# Enable cache for completions
|
||||
zstyle ":completion::complete:*" use-cache 1
|
||||
|
||||
# Syntax highlighting in zsh prompt
|
||||
source "${HOME}/.zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
|
||||
Reference in New Issue
Block a user