This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.docset | |
zsh-5.8-doc.tar.xz | |
zsh-5.8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
emulate -R zsh | |
setopt typeset_silent no_short_loops no_auto_pushd | |
setopt extended_glob rc_quotes hist_subst_pattern | |
function scalar() { | |
typeset -g SCALAR="Foo Baz Bar" | |
} | |
function array () { |