d9f3bff1c5
Drop support for zsh_profile. Update zshrc to be cognizant of urbint/meta. Define minimum config necessary.
8 lines
217 B
Bash
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"
|