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
View File
@@ -0,0 +1,4 @@
export PS1="pixelbook:\w\\$ "
if [[ "$HOME" != "/home" ]]; then
exec termux-chroot
fi
+2
View File
@@ -14,6 +14,7 @@ PKGS="
mosh
vim
wget
proot
"
apt update
@@ -23,3 +24,4 @@ apt -y autoremove
git config --global user.email jp@eeqj.com
git config --global user.name "Jeffrey Paul"