speedie-zsh/.config/zsh/dotfiles/.zshrc

29 lines
783 B
Bash
Executable file

# speedie's zsh configuration
# https://git.speedie.site/speedie/speedie-zsh
# Features
autoload -U colors && colors
autoload -U compinit promptinit
autoload -Uz compinit
command -v emerge > /dev/null && promptinit; prompt gentoo
zstyle ':completion::complete:*' use-cache 1
zstyle ':completion:*' menu select
compinit
_comp_options+=(globdots)
# Source other dotfiles
source $ZDOTDIR/.zsh_export
source $ZDOTDIR/.zsh_ps
source $ZDOTDIR/.zsh_func
source $ZDOTDIR/.zsh_alias
# Plugins
source $ZPLUGINDIR/zsh-vi-mode/zsh-vi-mode.zsh
source $ZPLUGINDIR/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source $ZPLUGINDIR/zsh-autosuggestions/zsh-autosuggestions.zsh
source $ZPLUGINDIR/zsh-titles/zsh-titles.zsh
#######################################################
cd && clear