# Enable colors autoload -U colors && colors # Basic auto/tab complete autoload -U compinit zstyle ':completion:*' menu select zmodload zsh/complist compinit _comp_options+=(globdots) # Setup aliases if [ -f ~/.config/sh/.aliases ]; then source ~/.config/sh/.aliases fi # Load zsh-syntax-highlighting (should be last) source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh