Skip to content

Instantly share code, notes, and snippets.

@luochen1990
luochen1990 / .zshrc
Last active May 23, 2019 06:41 — forked from zedongh/.zshrc
zsh config
[[ -e ~/.profile ]] && emulate sh -c 'source ~/.profile'
[[ -e ~/.shrc ]] && emulate sh -c 'source ~/.shrc'
source $HOME/.antigen.zsh
# POWERLEVEL9K_INSTALLATION_PATH=$ANTIGEN_BUNDLES/bhilburn/powerlevel9k
antigen use oh-my-zsh
antigen bundles <<EOF
npm