From 29514364c65eb8df86175e62bbc625564c413094 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Mon, 27 Mar 2017 14:30:58 -0400 Subject: [PATCH] Update path --- windows/bashrc | 3 ++- zshenv | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/windows/bashrc b/windows/bashrc index 0813b49..cab9589 100644 --- a/windows/bashrc +++ b/windows/bashrc @@ -3,5 +3,6 @@ test -f ~/.aliases && . ~/.functions test -f ~/.aliases && . ~/.aliases # Unbreak broken, non-colored terminal export TERM=xterm-256color -export PATH=$HOME/bin/:$PATH +# Needed for mingw32 +export PATH=$HOME/bin/:$HOME/.dotfiles/bin:$PATH cd ~ diff --git a/zshenv b/zshenv index b4d3b16..7c76fc6 100644 --- a/zshenv +++ b/zshenv @@ -38,7 +38,7 @@ fi # TODO setup a .personal-files bin directory and soft link contents to /usr/bin during setup #export PATH=/usr/local/sbin:/usr/local/bin:${PATH} -path=($HOME/bin ${ANSIBLE_DIR}/bin ${RBENV_PATH}/bin $HOME/.vim/scripts $path) +path=($HOME/bin $HOME/.dotfiles/bin ${ANSIBLE_DIR}/bin ${RBENV_PATH}/bin $HOME/.vim/scripts $path) if [[ $platform == 'Darwin' ]]; then source $HOME/.cargo/env