Shell with comprehensive completion

Edit Package zsh

Zsh is a UNIX command interpreter (shell) that resembles the Korn shell
(ksh). It is not completely compatible. It includes many enhancements,
notably in the command-line editor, options for customizing its
behavior, file name globbing, features to make C-shell (csh) users feel
at home, and extra features drawn from tcsh (another `custom' shell).
Zsh is well known for its command line completion.

Refresh
Refresh
Source Files
Filename Size Changed
dotzshrc.rh 0000000658 658 Bytes
trim-unneeded-completions.patch 0000000739 739 Bytes
zlogin.rhs 0000000252 252 Bytes
zlogout.rhs 0000000086 86 Bytes
zprofile 0000000199 199 Bytes
zprofile.rhs 0000000168 168 Bytes
zsh-5.0.8.tar.bz2 0003250542 3.1 MB
zsh-osc-completion.patch 0000000767 767 Bytes
zsh.changes 0000027964 27.3 KB
zsh.spec 0000007837 7.65 KB
zshenv 0000000045 45 Bytes
zshenv.rhs 0000000304 304 Bytes
zshprompt.pl 0000006330 6.18 KB
zshrc 0000007310 7.14 KB
zshrc.rhs 0000000640 640 Bytes
Revision 67 (latest revision is 103)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 309607 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 67)
- Update to version 5.0.8
  * Global aliases can be created for syntactic tokens such as command
    separators (";", "&", "|", "&&", "||"), redirection operators, etc.
  * There have been various further improvements to builtin handling
    with the POSIX_BUILTINS option (off by default) for compatibility with
    the POSIX standard.
  * 'whence -v' is now more informative, and 'whence -S' shows you
    how a full chain of symbolic links resolves to a command.
  * The 'p' parameter flag now allows an argument to be specified
    as a reference to a variable, e.g. ${(ps.$sep.)foo} to split $foo
    on a string given by $sep.
  * The option FORCE_FLOAT now forces variables, not just constants,
    to floating point in arithmetic expressions.
  * The type of an assignment in arithmetic expressions, e.g. the
    type seen by the variable res in $(( res = a = b )), is now
    more logical and C-like.
  * The default binding of 'u' in vi command mode has changed to undo
    multiple changes when invoked repeatedly. '^R' is now bound to redo
    changes. To revert to toggling of the last edit use:
    bindkey -a u vi-undo-change
  * Compatibility with Vim has been improved for vi editing mode. Most
    notably, Vim style text objects are supported and the region can be
    manipulated with vi commands in the same manner as Vim's visual mode.
  * Elements of the watch variable may now be patterns.
  * The logic for retrying history locking has been improved.
- Remove gcc5-fix.patch, fixed upstream.
Comments 0
openSUSE Build Service is sponsored by