emulate sh -c '. /data/data/com.termux/files/usr/etc/profile'

# Handles nonexistent commands.
# If user has entered command which invokes non-available
# utility, command-not-found will give a package suggestions.
if [ -x "/data/data/com.termux/files/usr/libexec/termux/command-not-found" ]; then
	command_not_found_handler() {
		"/data/data/com.termux/files/usr"/libexec/termux/command-not-found "$1"
	}
fi

PS1='%# '
# vim: set noet ft=zsh tw=4 sw=4 ff=unix
