From 6a51cdd9ca6b23fa8160011ad967002101924be4 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Wed, 5 Feb 2020 15:04:05 -0500 Subject: [PATCH] Add missing dotfiles bin to windows path --- windows/bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/bashrc b/windows/bashrc index fe8d5dd..a8f4b95 100644 --- a/windows/bashrc +++ b/windows/bashrc @@ -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