5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
|
export PS1="pixelbook:\w\\$ "
|
||
|
if [[ "$HOME" != "/home" ]]; then
|
||
|
exec termux-chroot
|
||
|
fi
|