ssh
ssh copied to clipboard
More PATHs?
How can i add more PATHs? Is there something like a .bashrc?
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