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

@ -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'