about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2018-05-29T20·26-0400
committerWilliam Carroll <wpcarro@gmail.com>2018-07-19T16·00-0400
commit519be4dca1a5b7505aa3ad18f604b9db1f7a175b (patch)
treec6dd3256e5a9ae048b9cb62fe53d0b45a20b8cff
parentc50b730dad0d59e252177b24799a00eab26b3411 (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.
-rw-r--r--configs/shared/.zshrc1
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)