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:
parent
c50b730dad
commit
519be4dca1
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue