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

CHROME_EXECUTABLE=/usr/bin/chromium
This commit is contained in:
fred 2024-02-10 17:47:31 +01:00
parent 64172434f7
commit 9d9d0e722e
1 changed files with 3 additions and 1 deletions

View File

@ -184,8 +184,10 @@ do
echo "$line" >> ~/.bashrc
done < ~/.zen/Astroport.ONE/ASCI_ASTROPORT.txt
echo 'export PATH=$PATH:$HOME/.local/bin
CHROME_EXECUTABLE=/usr/bin/chromium
' >> ~/.bashrc && source ~/.bashrc
echo 'export PATH=$PATH:$HOME/.local/bin' >> ~/.bashrc && source ~/.bashrc
echo "<<< UPDATED>>> PATH=$PATH"
echo "## ADDING lazydocker ================"