Add missing dotfiles bin to windows path
This commit is contained in:
parent
7cb5799f94
commit
6a51cdd9ca
|
@ -18,8 +18,8 @@ if [[ -d "$HOME/bin" ]]; then
|
||||||
export PATH=$HOME/bin/:$PATH
|
export PATH=$HOME/bin/:$PATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -d "$HOME/.private-dotfiles.common/bin" ]]; then
|
if [[ -d "$HOME/.dotfiles/bin" ]]; then
|
||||||
export PATH=$HOME/.private-dotfiles.common/bin:$PATH
|
export PATH=$HOME/.dotfiles/bin/:$PATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# TMP and TEMP are defined in the Windows environment. Leaving them set to the default
|
# TMP and TEMP are defined in the Windows environment. Leaving them set to the default
|
||||||
|
|
Loading…
Reference in New Issue
Block a user