Add missing dotfiles bin to windows path

This commit is contained in:
Michael Campagnaro 2020-02-05 15:04:05 -05:00
parent 7cb5799f94
commit 6a51cdd9ca

View File

@ -18,8 +18,8 @@ if [[ -d "$HOME/bin" ]]; then
export PATH=$HOME/bin/:$PATH
fi
if [[ -d "$HOME/.private-dotfiles.common/bin" ]]; then
export PATH=$HOME/.private-dotfiles.common/bin:$PATH
if [[ -d "$HOME/.dotfiles/bin" ]]; then
export PATH=$HOME/.dotfiles/bin/:$PATH
fi
# TMP and TEMP are defined in the Windows environment. Leaving them set to the default