diff options
author | William Carroll <wpcarro@gmail.com> | 2018-05-29T20·26-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2018-07-19T16·00-0400 |
commit | 519be4dca1a5b7505aa3ad18f604b9db1f7a175b (patch) | |
tree | c6dd3256e5a9ae048b9cb62fe53d0b45a20b8cff /configs | |
parent | c50b730dad0d59e252177b24799a00eab26b3411 (diff) |
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.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/shared/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/shared/.zshrc b/configs/shared/.zshrc index 79832255e084..f18ef365edbf 100644 --- a/configs/shared/.zshrc +++ b/configs/shared/.zshrc @@ -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) |