have zsh run profile too, so services would get executed
This commit is contained in:
parent
7845adf3e2
commit
d3cfccddbe
@ -1,5 +1,8 @@
|
|||||||
|
. @TERMUX_PREFIX@/etc/profile
|
||||||
command_not_found_handler() {
|
command_not_found_handler() {
|
||||||
@TERMUX_PREFIX@/libexec/termux/command-not-found $1
|
@TERMUX_PREFIX@/libexec/termux/command-not-found $1
|
||||||
}
|
}
|
||||||
|
#set nomatch so *.sh would not error if no file is available
|
||||||
|
setopt +o nomatch
|
||||||
|
. @TERMUX_PREFIX@/etc/profile
|
||||||
PS1='%# '
|
PS1='%# '
|
||||||
|
Loading…
Reference in New Issue
Block a user