hacks/termux/home/.profile

5 lines
90 B
Plaintext
Raw Normal View History

2018-03-06 23:26:34 +00:00
export PS1="pixelbook:\w\\$ "
if [[ "$HOME" != "/home" ]]; then
exec termux-chroot
fi