Augment PATH to support stack install location

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.
This commit is contained in:
William Carroll 2018-05-29 16:26:04 -04:00
parent c50b730dad
commit 519be4dca1

View file

@ -1,6 +1,7 @@
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)