ssh icon indicating copy to clipboard operation
ssh copied to clipboard

More PATHs?

Open DocMAX opened this issue 2 years ago • 1 comments

How can i add more PATHs? Is there something like a .bashrc?

DocMAX avatar Jan 05 '24 19:01 DocMAX

Hello, you can add more Path with the ".shrc" file

How i did it ? I've created a simple file named "Path.sh" containing this : export PATH=$PATH:/data/data/com.termux/files/usr/bin:/data/data/com.termux/files/usr/bin/applets

Then inside the ".shrc" file, call the previous file with this line : . /data/ssh/root/path.sh

remdu92 avatar Feb 01 '24 10:02 remdu92