<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Shell on E7Coding</title><link>https://www.e7coding.com/tags/shell/</link><description>Recent content in Shell on E7Coding</description><generator>Hugo</generator><language>zh-cn</language><managingEditor>Joy</managingEditor><webMaster>Joy</webMaster><lastBuildDate>Sat, 13 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.e7coding.com/tags/shell/index.xml" rel="self" type="application/rss+xml"/><item><title>命令行里我最常用的 10 个别名</title><link>https://www.e7coding.com/posts/my-favorite-shell-aliases/</link><pubDate>Sat, 13 Jun 2026 00:00:00 +0000</pubDate><author>Joy</author><guid>https://www.e7coding.com/posts/my-favorite-shell-aliases/</guid><description>&lt;p&gt;别名（alias）是性价比最高的效率投资之一：配置一次，受益每天。&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;gs&lt;/code&gt; → &lt;code&gt;git status&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;gl&lt;/code&gt; → &lt;code&gt;git log --oneline --graph&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;..&lt;/code&gt; → &lt;code&gt;cd ..&lt;/code&gt;，&lt;code&gt;...&lt;/code&gt; → &lt;code&gt;cd ../..&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;serve&lt;/code&gt; → 一行起一个本地静态服务器&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;关键不是别名多，而是&lt;strong&gt;只给真正高频的命令起别名&lt;/strong&gt;，否则自己都记不住。&lt;/p&gt;</description></item></channel></rss>