.dotfiles/.zshrc

28 lines
421 B
Bash

autoload antigen
source ~/.aliases
source ~/.dotfiles/antigen/antigen.zsh
source ~/.loadenv.sh
antigen use oh-my-zsh
antigen bundle nerdfonts
# antigen theme ys
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-completions
antigen bundle git
antigen apply
source <(/home/sortion/.cargo/bin/starship init zsh --print-full-init)
if [[ -x /usr/bin/fortune ]]; then
fortune
fi