add some more termux stuff

This commit is contained in:
2018-03-06 18:26:34 -05:00
parent 3cf9ece5c2
commit a984f12e1e
2 changed files with 6 additions and 0 deletions

4
termux/home/.profile Normal file
View File

@@ -0,0 +1,4 @@
export PS1="pixelbook:\w\\$ "
if [[ "$HOME" != "/home" ]]; then
exec termux-chroot
fi