export PATH=$HOME/.local/bin:$PATH

This commit is contained in:
fred 2024-02-11 20:05:23 +01:00
parent 3833963b26
commit d06892c791
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ do
done < ~/.zen/Astroport.ONE/ASCI_ASTROPORT.txt
## EXTEND PATH
echo 'export PATH=$PATH:$HOME/.local/bin
echo 'export PATH=$HOME/.local/bin:$PATH
' >> ~/.bashrc && source ~/.bashrc
echo "<<< UPDATED>>> PATH=$PATH"