.dotfiles/.zshrc

18 lines
240 B
Bash

autoload antigen
source ~/.aliases
source ~/.dotfiles/antigen/antigen.zsh
antigen use oh-my-zsh
# antigen bundle nojhan/liquidprompt
antigen theme ys
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle git
antigen apply