<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tags/Starship on paapereira.xyz</title><link>https://paapereira.xyz/tags/starship/</link><description>Recent content in Tags/Starship on paapereira.xyz</description><generator>Hugo</generator><language>en-US</language><copyright>&lt;a href='https://creativecommons.org/licenses/by-nc/4.0/' target='_blank' rel='noopener'>©&lt;/a> 2008-2026 / &lt;a href='https://gitlab.com/paapereira/paapereira.gitlab.io' target='_blank' rel='noopener'>source code&lt;/a></copyright><lastBuildDate>Sun, 06 Dec 2020 14:54:55 +0000</lastBuildDate><atom:link href="https://paapereira.xyz/tags/starship/index.xml" rel="self" type="application/rss+xml"/><item><title>Starship - A cross-shell prompt</title><link>https://paapereira.xyz/posts/2020/12/starship/</link><pubDate>Sun, 06 Dec 2020 14:54:55 +0000</pubDate><guid>https://paapereira.xyz/posts/2020/12/starship/</guid><description>&lt;p>&lt;a href="https://starship.rs/">Starship&lt;/a> is a minimal, blazing-fast, and infinitely customizable prompt for any shell.&lt;/p>
&lt;p>You can see different options for the installation in the Starship site.&lt;/p>
&lt;p>In my case, in Arch Linux:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>paru starship-bin
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>After installing &lt;code>starship&lt;/code> you need to tell you shell to use it.&lt;/p>
&lt;p>In my case I&amp;rsquo;m using zsh and added the following to my &lt;code>.zshrc&lt;/code> file:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-text" data-lang="text">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span># starship shell
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>eval &amp;#34;$(starship init zsh)&amp;#34;
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>You can add customizations by creating a &lt;code>~/.config/starship.toml&lt;/code> file.&lt;/p></description></item></channel></rss>