<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tmux on qytlix no blogs</title><link>https://blog.qyt.li/x/tags/tmux/</link><description>Recent content from qytlix no blogs</description><generator>Hugo</generator><language>en-us</language><managingEditor>qytlix@gmail.com (qytlix)</managingEditor><webMaster>qytlix@gmail.com (qytlix)</webMaster><copyright>All articles on this blog are licensed under the BY-NC-SA license agreement unless otherwise stated. Please indicate the source when reprinting!</copyright><lastBuildDate>Wed, 08 Apr 2026 11:08:03 +0800</lastBuildDate><atom:link href="https://blog.qyt.li/x/tags/tmux/index.xml" rel="self" type="application/rss+xml"/><item><title>tmux默认shell</title><link>https://blog.qyt.li/x/post/tech/%E6%8A%80%E6%9C%AF/tmux%E9%BB%98%E8%AE%A4shell/</link><pubDate>Wed, 08 Apr 2026 11:08:03 +0800</pubDate><author>qytlix@gmail.com (qytlix)</author><guid>https://blog.qyt.li/x/post/tech/%E6%8A%80%E6%9C%AF/tmux%E9%BB%98%E8%AE%A4shell/</guid><description>
<![CDATA[<h1>tmux默认shell</h1><p>Author: qytlix(qytlix@gmail.com)</p>
        
          <p>#tmux #config #shell
这是最直接的方法，通过在 Tmux 配置文件（<code>~/.tmux.conf</code>）中指定一个 shell 的<strong>完整路径</strong>来实现。</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-sh" data-lang="sh"><span class="line"><span class="cl">vim ~/.tmux.conf
</span></span></code></pre></div><div class="highlight"><pre tabindex="0" class="chroma"><code class="language-fallback" data-lang="fallback"><span class="line"><span class="cl"># .tmux.conf
</span></span><span class="line"><span class="cl">set -g default-shell &#34;/usr/bin/zsh&#34;
</span></span></code></pre></div>
        
        <hr><p>Published on 2026-04-08 at <a href='https://blog.qyt.li/x/'>qytlix no blogs</a>, last modified on 2026-04-08</p>]]></description><category>content</category><category>tech</category><category>技术</category></item></channel></rss>