This website requires JavaScript.
Explore
Help
Sign In
pool
/
zsh
SHA256
Watch
2
Star
0
Fork
1
You've already forked zsh
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
dd5bd851bf
zsh
/
zshenv
2 lines
45 B
Plaintext
Raw
Normal View
History
Unescape
Escape
- Update to zsh 5.3 * Unicode9 support, this needs support from your terminal to work correctly. * The new word modifier ':P' computes the physical path of the argument. * The output of "typeset -p" uses "export" commands or the "-g" option for parameters that are not local to the current scope. * vi-repeat-change can repeat user-defined widgets if the widget calls zle -f vichange. * The parameter $registers now makes the contents of vi register buffers available to user-defined widgets. * New vi-up-case and vi-down-case builtin widgets bound to gU/gu (or U/u in visual mode) for doing case conversion. * A new select-word-match function provides vim-style text objects with configurable word boundaries using the existing match-words-by-style mechanism. * Support for the conditional expression [[ -v var ]] to test if a variable is set for compatibility with other shells. * The print and printf builtins have a new option -v to assign the output to a variable. * New x: syntax in completion match specifications make it possible to disable match specifications hardcoded in completion functions. - Re-add custom zshrc and zshenv to unbreak compatibility with old usage (boo#998858). OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=177
2016-12-14 11:01:58 +01:00
# set global options for all zsh shells here
Reference in New Issue
Copy Permalink