2019-03-06 01:18:45 +01:00
|
|
|
. @TERMUX_PREFIX@/etc/profile
|
2015-07-14 01:41:08 +02:00
|
|
|
command_not_found_handler() {
|
2018-07-15 18:44:43 +02:00
|
|
|
@TERMUX_PREFIX@/libexec/termux/command-not-found $1
|
2015-07-14 01:41:08 +02:00
|
|
|
}
|
2019-03-06 01:18:45 +01:00
|
|
|
#set nomatch so *.sh would not error if no file is available
|
|
|
|
setopt +o nomatch
|
|
|
|
. @TERMUX_PREFIX@/etc/profile
|
2018-06-19 20:08:15 +02:00
|
|
|
PS1='%# '
|