add some more termux stuff

このコミットが含まれているのは:
Jeffrey Paul 2018-03-06 18:26:34 -05:00
コミット a984f12e1e
2個のファイルの変更6行の追加0行の削除

4
termux/home/.profile ノーマルファイル
ファイルの表示

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