You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rssversion="2.0"xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>❮ Z-Shell ❯</title><link>https://github.zshell.dev/</link><description>Recent content on ❮ Z-Shell ❯</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 20 Aug 2025 18:59:50 +0000</lastBuildDate><atom:linkhref="https://github.zshell.dev/index.xml"rel="self"type="application/rss+xml"/><item><title>Typeset</title><link>https://github.zshell.dev/post/zsh/cheatsheet/typeset/</link><pubDate>Mon, 20 Mar 2023 01:39:43 +0000</pubDate><guid>https://github.zshell.dev/post/zsh/cheatsheet/typeset/</guid><description><h2 id="typeset">Typeset</h2>
2
-
<p>Set or display attributes and values for shell parameters.
1
+
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rssversion="2.0"xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>❮ Z-Shell ❯</title><link>https://github.zshell.dev/</link><description>Recent content on ❮ Z-Shell ❯</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 24 Mar 2026 23:58:35 +0000</lastBuildDate><atom:linkhref="https://github.zshell.dev/index.xml"rel="self"type="application/rss+xml"/><item><title>Typeset</title><link>https://github.zshell.dev/post/zsh/cheatsheet/typeset/</link><pubDate>Mon, 20 Mar 2023 01:39:43 +0000</pubDate><guid>https://github.zshell.dev/post/zsh/cheatsheet/typeset/</guid><description><h2 id="typeset">Typeset</h2>
2
+
<p>Set or display attributes and values for shell parameters.
3
3
Except as noted below for control flags that change the behavior, a parameter is created for each name that does not already
4
4
refer to one. When inside a function, a new parameter is created for every name (even those that already exist) and is unset again when the function completes.
5
-
See <!-- raw HTML omitted -->Local Parameters<!-- raw HTML omitted --> in zshparam(1). The same rules apply to special shell parameters, which retain their special attributes when made <!-- raw HTML omitted -->local<!-- raw HTML omitted -->.</p></description></item><item><title/><link>https://github.zshell.dev/readme/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://github.zshell.dev/readme/</guid><description><p><a href="https://www.zshell.dev"><img src="https://github.com/z-shell/.github/raw/main/profile/img/branch_box.png#max-size80" alt="LOGO#center"></a></p>
See <!-- raw HTML omitted -->Local Parameters<!-- raw HTML omitted --> in zshparam(1). The same rules apply to special shell parameters, which retain their special attributes when made <!-- raw HTML omitted -->local<!-- raw HTML omitted -->.</p></description></item><item><title/><link>https://github.zshell.dev/readme/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://github.zshell.dev/readme/</guid><description><p><a href="https://www.zshell.dev"><img src="https://github.com/z-shell/.github/raw/main/profile/img/branch_box.png#max-size80" alt="LOGO#center"></a></p>
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rssversion="2.0"xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on ❮ Z-Shell ❯</title><link>https://github.zshell.dev/post/</link><description>Recent content in Posts on ❮ Z-Shell ❯</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 20 Aug 2025 18:59:50 +0000</lastBuildDate><atom:linkhref="https://github.zshell.dev/post/index.xml"rel="self"type="application/rss+xml"/><item><title>Typeset</title><link>https://github.zshell.dev/post/zsh/cheatsheet/typeset/</link><pubDate>Mon, 20 Mar 2023 01:39:43 +0000</pubDate><guid>https://github.zshell.dev/post/zsh/cheatsheet/typeset/</guid><description><h2 id="typeset">Typeset</h2>
2
-
<p>Set or display attributes and values for shell parameters.
1
+
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rssversion="2.0"xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on ❮ Z-Shell ❯</title><link>https://github.zshell.dev/post/</link><description>Recent content in Posts on ❮ Z-Shell ❯</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 24 Mar 2026 23:58:35 +0000</lastBuildDate><atom:linkhref="https://github.zshell.dev/post/index.xml"rel="self"type="application/rss+xml"/><item><title>Typeset</title><link>https://github.zshell.dev/post/zsh/cheatsheet/typeset/</link><pubDate>Mon, 20 Mar 2023 01:39:43 +0000</pubDate><guid>https://github.zshell.dev/post/zsh/cheatsheet/typeset/</guid><description><h2 id="typeset">Typeset</h2>
2
+
<p>Set or display attributes and values for shell parameters.
3
3
Except as noted below for control flags that change the behavior, a parameter is created for each name that does not already
4
4
refer to one. When inside a function, a new parameter is created for every name (even those that already exist) and is unset again when the function completes.
5
-
See <!-- raw HTML omitted -->Local Parameters<!-- raw HTML omitted --> in zshparam(1). The same rules apply to special shell parameters, which retain their special attributes when made <!-- raw HTML omitted -->local<!-- raw HTML omitted -->.</p></description></item></channel></rss>
5
+
See <!-- raw HTML omitted -->Local Parameters<!-- raw HTML omitted --> in zshparam(1). The same rules apply to special shell parameters, which retain their special attributes when made <!-- raw HTML omitted -->local<!-- raw HTML omitted -->.</p></description></item></channel></rss>
0 commit comments