hacks/termux/home/.profile

5 lines
90 B
Bash

export PS1="pixelbook:\w\\$ "
if [[ "$HOME" != "/home" ]]; then
exec termux-chroot
fi