<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>效率 on Ralph's Blog</title><link>https://pothos.dpdns.org/tags/%E6%95%88%E7%8E%87/</link><description>Recent content in 效率 on Ralph's Blog</description><generator>Hugo -- 0.147.7</generator><language>zh-cn</language><lastBuildDate>Thu, 25 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://pothos.dpdns.org/tags/%E6%95%88%E7%8E%87/index.xml" rel="self" type="application/rss+xml"/><item><title>14.iterm2</title><link>https://pothos.dpdns.org/posts/14.iterm2/</link><pubDate>Thu, 25 Dec 2025 00:00:00 +0000</pubDate><guid>https://pothos.dpdns.org/posts/14.iterm2/</guid><description>&lt;h2 id="命令">命令&lt;/h2>
&lt;blockquote>
&lt;p>📚 切换光标格式&lt;/p>&lt;/blockquote>
&lt;pre tabindex="0">&lt;code>切换为竖线光标
echo -e &amp;#34;\e[5 q&amp;#34;
# 切换为块状光标
echo -e &amp;#34;\e[1 q&amp;#34;
# 切换为下划线光标
echo -e &amp;#34;\e[3 q&amp;#34;
&lt;/code>&lt;/pre></description></item></channel></rss>