diff --git a/termux/home/.profile b/termux/home/.profile new file mode 100644 index 0000000..c006c48 --- /dev/null +++ b/termux/home/.profile @@ -0,0 +1,4 @@ +export PS1="pixelbook:\w\\$ " +if [[ "$HOME" != "/home" ]]; then + exec termux-chroot +fi diff --git a/termux/setup.sh b/termux/setup.sh index a3a44c4..dbd67fc 100644 --- a/termux/setup.sh +++ b/termux/setup.sh @@ -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" +