<?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>Zsh on Inverted Tree</title>
    <link>https://inverted-tree.pages.dev/tags/zsh/</link>
    <description>Recent content in Zsh on Inverted Tree</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 26 Sep 2022 18:30:00 +0000</lastBuildDate>
    <atom:link href="https://inverted-tree.pages.dev/tags/zsh/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Speeding up my zsh prompt: Part 2</title>
      <link>https://inverted-tree.pages.dev/posts/speeding-up-my-zsh-prompt-part-2/</link>
      <pubDate>Mon, 26 Sep 2022 18:30:00 +0000</pubDate>
      <guid>https://inverted-tree.pages.dev/posts/speeding-up-my-zsh-prompt-part-2/</guid>
      <description>&lt;p&gt;In the previous &lt;a href=&#34;https://inverted-tree.com/speeding-up-my-zsh-prompt-part-1/&#34;&gt;post&lt;/a&gt; I profiled my zsh load to debug the monumental shell load time which is really annoying for me, since I spend all my time in the shell.&lt;/p&gt;
&lt;p&gt;I think I&amp;rsquo;m gonna get rid of &lt;code&gt;compinit&lt;/code&gt; totally and look at the profiling data. Let&amp;rsquo;s dive in&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;#  autoload -Uz compinit
#  if [[ -n ${HOME}/.zcompdump(#qN.mh+24) ]]; then
 #  compinit;
#  else
 #  compinit -C;
#  fi;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Launching the profiler now, the results are-&lt;/p&gt;</description>
    </item>
    <item>
      <title>Speeding up my zsh prompt - part 1</title>
      <link>https://inverted-tree.pages.dev/posts/speeding-up-my-zsh-prompt-part-1/</link>
      <pubDate>Mon, 19 Sep 2022 18:30:00 +0000</pubDate>
      <guid>https://inverted-tree.pages.dev/posts/speeding-up-my-zsh-prompt-part-1/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m a big fan of the &lt;code&gt;z shell&lt;/code&gt;. I use it with the &lt;a href=&#34;https://github.com/spaceship-prompt/spaceship-prompt&#34;&gt;spaceship prompt&lt;/a&gt; and &lt;a href=&#34;https://github.com/zplug/zplug&#34;&gt;zplug&lt;/a&gt; for plugin management.&lt;/p&gt;
&lt;p&gt;Right now, it takes an uncomfortable amount of time to load up the prompt on terminal emulator launch, which is annoying for me since I like everything to be snappy, at least on the command line.&lt;/p&gt;
&lt;h4 id=&#34;overview-of-my-zshrc&#34;&gt;Overview of my zshrc&lt;/h4&gt;
&lt;p&gt;It&amp;rsquo;s pretty basic, boasts of a &lt;code&gt;zplug&lt;/code&gt; installation for plugin management and some attendant plugins.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
