0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-01-31 21:22:27 +00:00
Aoki Kenji c145666b48 fix(main/zsh): Fix zsh-newuser-install being run twice (#20787)
Zsh already automatically runs zsh-newuser-install as part of the
`newuser` module. Running it manually in the system zshrc caused it to
run twice.

Not previously caught due to `zsh-newuser-install` exiting if the terminal size is below 72x15
2024-07-07 00:50:47 +02:00

7 lines
182 B
Bash

emulate sh -c '. @TERMUX_PREFIX@/etc/profile'
command_not_found_handler() {
@TERMUX_PREFIX@/libexec/termux/command-not-found $1
}
PS1='%# '
# vim: set noet ft=zsh tw=4 sw=4 ff=unix