tvl-depot/configs/shared/.zshrc
William Carroll d9f3bff1c5 Update zshrc
Drop support for zsh_profile. Update zshrc to be cognizant of
urbint/meta. Define minimum config necessary.
2018-04-23 15:16:31 -04:00

8 lines
217 B
Bash

export META_DIR="${HOME}/urbint/meta"
export ZSH="${HOME}/.oh-my-zsh"
ZSH_THEME=refined
plugins=(zsh-autosuggestions git git-extras github)
source "${ZSH}/oh-my-zsh.sh"
source "${META_DIR}/urbint_101/scripts/setup"