From 519be4dca1a5b7505aa3ad18f604b9db1f7a175b Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 29 May 2018 16:26:04 -0400 Subject: 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. --- configs/shared/.zshrc | 1 + 1 file changed, 1 insertion(+) 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) -- cgit 1.4.1