1
0
Fork 0

add some more termux stuff

pull/1/head
Jeffrey Paul vor 6 Jahren
Ursprung 3cf9ece5c2
Commit a984f12e1e
  1. 4
      termux/home/.profile
  2. 2
      termux/setup.sh

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

@ -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"

Laden…
Abbrechen
Speichern