mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-14 10:37:01 -07:00
Changed PATH setup to prioritize the working directory
This commit is contained in:
parent
e5228b40ff
commit
6a85995508
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
Loading…
Add table
Add a link
Reference in a new issue