mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-31 21:22:27 +00:00
c145666b48
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
7 lines
182 B
Bash
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
|