Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
zsh: A shell similar to ksh, but with improvements.
- Summary
- The zsh shell is a command interpreter usable as an interactive login
shell and as a shell script command processor. Zsh resembles the ksh
shell (the Korn shell), but includes many enhancements. Zsh supports
command line editing, built-in spelling correction, programmable
command completion, shell functions (with autoloading), a history
mechanism, and more.
Changelog
- * Fri Jun 20 19:00:00 2003 Jens Petersen <petersen{%}redhat{*}com> - 4.0.7-1
- update to 4.0.7 bugfix release
- * Wed Jun 4 19:00:00 2003 Elliot Lee <sopwith{%}redhat{*}com>
- rebuilt
- * Thu May 1 19:00:00 2003 Jens Petersen <petersen{%}redhat{*}com> - 4.0.6-7
- don't set stty erase in a dumb terminal with tput kbs in /etc/zshrc (#89856)
[reported by Ben Liblit]
- make default prompt more informative, like bash