have zsh run profile too, so services would get executed

This commit is contained in:
Oliver Schmidhauser 2019-03-06 01:18:45 +01:00 committed by Henrik Grimler
parent 7845adf3e2
commit d3cfccddbe
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
. @TERMUX_PREFIX@/etc/profile
command_not_found_handler() {
@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='%# '