519be4dca1
I don't currently have a place to augment PATH in my dotfiles, and perhaps I should. For now, it will reside in the zshrc file.
10 lines
293 B
Bash
10 lines
293 B
Bash
export META_DIR="${HOME}/urbint/meta"
|
|
export DOTFILES="${HOME}/dotfiles"
|
|
export ZSH="${HOME}/.oh-my-zsh"
|
|
export PATH="${PATH}:${HOME}/.local/bin"
|
|
|
|
ZSH_THEME=refined
|
|
plugins=(zsh-autosuggestions git git-extras github)
|
|
|
|
source "${ZSH}/oh-my-zsh.sh"
|
|
source "${META_DIR}/urbint_101/scripts/setup"
|