Changed PATH setup to prioritize the working directory

This commit is contained in:
gator96100 2019-05-07 01:08:37 +02:00
commit 6a85995508
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ pm3Dir=/pm3
copyDir=/builds
buildDir=/tmp
export PATH=$PATH:/gcc-arm-none-eabi/bin
export PATH=/gcc-arm-none-eabi/bin:$PATH
pacman -Q zip 1> /dev/null
if [[ $? != 0 ]]; then

View file

@ -16,7 +16,7 @@ rem or uncomment next line
rem set MSYS2_PATH_TYPE=inherit
SET PATH=%PATH%;%WD%
SET PATH=%WD%;%PATH%
rem /tmp is required for bash to work
mkdir %WD%..\..\tmp 2> nul
del %WD%..\..\etc\passwd 2> nul

View file

@ -190,5 +190,5 @@
# alias cd=cd_func
export LANG=en_US.UTF-8
export PS1='\[\033]0;ProxSpace v3.0 - $MSYSTEM:\w\007\033[32m\]pm3 \[\033[33m\]\w\[\033[0m\]$ '
export PATH=$PATH:/gcc-arm-none-eabi/bin
export PATH=/gcc-arm-none-eabi/bin:$PATH
alias ls='ls -hF --color=auto'